Port dev dockerfiles into stages

This commit is contained in:
sid palas
2023-02-21 16:18:47 -05:00
parent 7010a748e0
commit 3434051029
10 changed files with 148 additions and 41 deletions

View File

@ -84,7 +84,7 @@ docker-run-all:
docker run -d \
--name client-react-nginx \
--network my-network \
-p 5174:80 \
-p 80:8080 \
--restart unless-stopped \
--link=api-node \
--link=api-golang \