use custom network for docker run commands

This commit is contained in:
sid palas
2023-02-20 13:33:27 -05:00
parent c954a8205a
commit 7010a748e0
6 changed files with 48 additions and 10 deletions

View File

@ -23,4 +23,4 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=build usr/src/app/dist/ /usr/share/nginx/html
EXPOSE 80
EXPOSE 8080