Skip to content

Commit 60080ca

Browse files
committed
Mark port as exposed in Dockerfile
1 parent 0ea2d77 commit 60080ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ RUN pip install --no-cache-dir -r requirements.txt
1313

1414
COPY . /usr/src/app
1515

16+
EXPOSE 5000
17+
1618
CMD gunicorn --config=checker/server/gunicorn_conf.py checker.server:app

0 commit comments

Comments
 (0)