Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
clayoster committed Nov 27, 2024
1 parent 653d68c commit dcec81d
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 @@ -14,7 +14,7 @@ RUN set -ex \
&& pip install --no-cache-dir -r requirements.txt \
&& pip cache purge

# Make port 80 available to the world outside this container
# Expose port 8080
EXPOSE 8080

# Run the python app with gunicorn and bind to port 8080
Expand Down

0 comments on commit dcec81d

Please sign in to comment.