Update Dockerfile.static
All checks were successful
Build, check & Test / run (push) Successful in 1m55s

This commit is contained in:
Florian Bouillon 2023-11-08 23:14:11 +00:00
parent 9a96cb063a
commit 9ffffcd927

View File

@ -36,3 +36,5 @@ ADD ./nginx.conf /etc/nginx/nginx.conf
# Copy dist fro mthe build image
COPY --from=BUILD_IMAGE /home/node/dist ./
EXPOSE 3000