Skip to content

Commit

Permalink
Merge pull request #64 from Code4GovTech/dev
Browse files Browse the repository at this point in the history
port changed to 7000
  • Loading branch information
jaanbaaz authored Jan 13, 2025
2 parents f6c0f95 + 20a4ddc commit a060913
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 @@ -18,7 +18,7 @@ RUN --mount=type=ssh git submodule update --init --recursive
RUN pip install --no-cache-dir -r requirements.txt

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

# Define environment variable
ENV FLASK_APP=wsgi.py
Expand Down

0 comments on commit a060913

Please sign in to comment.