Skip to content

Commit 5bec82b

Browse files
authored
Merge pull request #65 from Code4GovTech/dev
port changed to 5000
2 parents a060913 + 274af9d commit 5bec82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN --mount=type=ssh git submodule update --init --recursive
1818
RUN pip install --no-cache-dir -r requirements.txt
1919

2020
# Make port 5000 available to the world outside this container
21-
EXPOSE 7000
21+
EXPOSE 5000
2222

2323
# Define environment variable
2424
ENV FLASK_APP=wsgi.py

0 commit comments

Comments
 (0)