Skip to content

Commit

Permalink
Exposing 5000 port.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence committed Oct 19, 2023
1 parent a5d0447 commit 6e9953f
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 @@ -11,7 +11,7 @@ COPY ./app /app
RUN pip install --trusted-host pypi.python.org -r requirements.txt

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

# Define environment variable
ENV NAME DataAccessManager
Expand Down

0 comments on commit 6e9953f

Please sign in to comment.