Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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.

...