fix(Dockerfile): remove exposed port
Some checks failed
Build Blog Docker Image / build docker (push) Failing after 1m24s
Some checks failed
Build Blog Docker Image / build docker (push) Failing after 1m24s
This commit is contained in:
@ -16,5 +16,3 @@ 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
|
||||
|
Reference in New Issue
Block a user