...
Enter the dev environment:
Code Block docker exec -it dev-env-1 /bin/bash
Go to the
/opt
folder.
Clone the repo
Now, we are going to clone the git repo using an access token. This is assuming that the project is on a gitlab server.
...
...
Enter the dev environment:
Code Block |
---|
docker exec -it dev-env-1 /bin/bash |
Go to the /opt
folder.
Now, we are going to clone the git repo using an access token. This is assuming that the project is on a gitlab server.
...