Skip to content

Commit 25a8fd3

Browse files
Modify port in Dockerfile
1 parent 36b5eb2 commit 25a8fd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM python:3.7.7-slim-buster
22
ENV PARAMETERS=./defaults/webapp.cfg
33
ENV PPE_EXCEL=./defaults/PPE_Usage_Draft_CC_modifications_v2.xlsx
4+
ENV STREAMLIT_SERVER_PORT=$PORT
45
WORKDIR /app
56
COPY README.md .
67
COPY setup.cfg .

0 commit comments

Comments
 (0)