Skip to content

Commit

Permalink
Reverts the change to the exposed port number
Browse files Browse the repository at this point in the history
  • Loading branch information
Crossedfall authored Nov 21, 2023
1 parent fbf629d commit ad9b108
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 @@ -32,6 +32,6 @@ RUN adduser -u 82 -D -S -G www-data www-data \

USER www-data:www-data

EXPOSE 8080
EXPOSE 8081

CMD ["/usr/local/bin/uwsgi", "--ini", "/etc/uwsgi/uwsgi.ini"]

0 comments on commit ad9b108

Please sign in to comment.