Skip to content

Commit

Permalink
revert nginx Dockerfile entrypoint / cmd change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobrek authored May 24, 2022
1 parent 0d49828 commit 761a29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/nginx/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ RUN echo "/lib:/usr/lib:/usr/local/lib:/modules_mount/usr/lib" > /etc/ld-musl-x8

EXPOSE 80 443

ENTRYPOINT ["nginx", "-g", "daemon off;"]
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 761a29a

Please sign in to comment.