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:
parent
0ffb63994c
commit
ec19ee3b15
@ -16,5 +16,3 @@ FROM nginx:1.27-alpine
|
|||||||
WORKDIR /usr/share/nginx/html
|
WORKDIR /usr/share/nginx/html
|
||||||
COPY --from=build /opt/blog/public /usr/share/nginx/html/
|
COPY --from=build /opt/blog/public /usr/share/nginx/html/
|
||||||
COPY nginx/ /etc/nginx/
|
COPY nginx/ /etc/nginx/
|
||||||
|
|
||||||
EXPOSE 80/tcp
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user