Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nismoau authored Jul 26, 2021
1 parent 6b46a17 commit b366d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ RUN chmod +x /usr/local/sbin/mreceive /usr/local/sbin/msend /usr/local/bin/udpre
RUN ln -sf /dev/stdout /var/log/nginx/access.log
RUN ln -sf /dev/stderr /var/log/nginx/error.log
VOLUME ["/var/cache/nginx"]
EXPOSE 80 443
# EXPOSE 80 443
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit b366d67

Please sign in to comment.