Skip to content

Commit 0d441d3

Browse files
trying ARG
1 parent bb98b93 commit 0d441d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.dash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN pip install -q -r requirements.txt
1010

1111
COPY . .
1212

13+
ARG PORT
14+
1315
EXPOSE $PORT
1416

15-
# CMD ["streamlit", "run", "src/app.py"]
1617
CMD gunicorn src.dash_app:server --bind 0.0.0.0:$PORT
17-
#CMD ["sh"]

0 commit comments

Comments
 (0)