Skip to content

Commit

Permalink
Update python.Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored May 12, 2024
1 parent ede4154 commit 4603f1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ RUN apk upgrade --no-cache -a && \
ln -s /usr/local/nginx/sbin/nginx /usr/local/bin/nginx
ENTRYPOINT ["tini", "--", "nginx"]
CMD ["-g", "daemon off;"]
EXPOSE 80/tcp
EXPOSE 81/tcp
EXPOSE 443/tcp
EXPOSE 443/udp

0 comments on commit 4603f1b

Please sign in to comment.