revert ec19ee3b15f37194489b409b6008025ac8e1b689
All checks were successful
Build Blog Docker Image / build docker (push) Successful in 1m13s

revert fix(Dockerfile): remove exposed port
This commit is contained in:
d3vyce 2025-01-09 20:10:51 +01:00
parent ec19ee3b15
commit b024458812

View File

@ -16,3 +16,5 @@ FROM nginx:1.27-alpine
WORKDIR /usr/share/nginx/html
COPY --from=build /opt/blog/public /usr/share/nginx/html/
COPY nginx/ /etc/nginx/
EXPOSE 80/tcp