From c9861e8eb1a5335793f2a040c0295ab4c99fc83f Mon Sep 17 00:00:00 2001 From: Wolkenfarmer Date: Thu, 3 Oct 2024 17:47:31 +0200 Subject: [PATCH] minor doc fix --- docs/deployment-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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