Johannes Müller
03/28/2023, 6:24 AMexamples/deploy_docker/
?
I see that there is a docker container with example code, so I imagine I would now set up my own docker container similar to that for my own project and add it to the docker-compose
configuration.
I'm unsure as to what the best practice is to pull the latest code from a git repository in that setup.cd code_repo
git pull
cd ..
sudo docker-compose build docker_example_user_code
sudo docker-compose up -d
I think Docker has some built in capabilites to load code from a github repository, which might be an improvement.sean
03/28/2023, 5:16 PMJohannes Müller
03/29/2023, 10:31 AMsean
03/29/2023, 2:19 PM