Skip to content

Commit 5cf6de6

Browse files
trying this
1 parent 0d441d3 commit 5cf6de6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile.dash

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

1111
COPY . .
1212

13-
ARG PORT
14-
1513
EXPOSE $PORT
1614

1715
CMD gunicorn src.dash_app:server --bind 0.0.0.0:$PORT

heroku.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
22
docker:
33
web: Dockerfile.dash
4-
config:
5-
PORT: ${PORT}
4+
# config:
5+
# PORT: ${PORT}

0 commit comments

Comments
 (0)