diff --git a/docs/deployment-process.md b/docs/deployment-process.md index bdbea550..34ac7c2f 100644 --- a/docs/deployment-process.md +++ b/docs/deployment-process.md @@ -25,7 +25,7 @@ docker login ghcr.io -u -p ``` 8. Run following commands to run the containers: ```bash -docker compose -f docker-compose..yml up --build +docker compose -f docker-compose..yml up ``` The application is now deployed and the website should be accessible via http (`dev`) or https (`prod`). The images will be automatically updated on each