removed useless workdir clause
This commit is contained in:
parent
24af2b54e1
commit
a92dc3631c
2 changed files with 0 additions and 2 deletions
|
@ -72,7 +72,6 @@ COPY --from=build /tmp/nginx/objs/nginx /
|
||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
WORKDIR /
|
|
||||||
EXPOSE 80/tcp
|
EXPOSE 80/tcp
|
||||||
STOPSIGNAL SIGTERM
|
STOPSIGNAL SIGTERM
|
||||||
ENTRYPOINT ["/nginx"]
|
ENTRYPOINT ["/nginx"]
|
||||||
|
|
|
@ -62,7 +62,6 @@ COPY --from=build /tmp/nginx/objs/nginx /
|
||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
WORKDIR /
|
|
||||||
EXPOSE 80/tcp
|
EXPOSE 80/tcp
|
||||||
STOPSIGNAL SIGTERM
|
STOPSIGNAL SIGTERM
|
||||||
ENTRYPOINT ["/nginx"]
|
ENTRYPOINT ["/nginx"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue