removed useless workdir clause

This commit is contained in:
Ricard Bejarano 2019-06-18 19:28:48 +02:00
parent 24af2b54e1
commit a92dc3631c
No known key found for this signature in database
GPG key ID: 5A5105DD6B91CA19
2 changed files with 0 additions and 2 deletions

View file

@ -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"]

View file

@ -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"]