Skip to content

Commit fc2c656

Browse files
fixing heroku deployy
1 parent 43d45dd commit fc2c656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /app
88

99
RUN pip install -q -r requirements.txt
1010

11-
COPY src src
11+
COPY . .
1212

1313
# EXPOSE 8050
1414

0 commit comments

Comments
 (0)