Skip to content

Commit 0c279ce

Browse files
committed
fix .sh
1 parent 0c50353 commit 0c279ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.prod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ RUN pip install -r requirements.txt
1313
EXPOSE ${PORT}
1414

1515
COPY app/ ./
16-
1716
COPY ./entrypoint-heroku.sh .
18-
RUN chmod +x /entrypoint-heroku.sh
17+
RUN chmod +x ./entrypoint-heroku.sh
1918

2019
CMD ["/entrypoint-heroku.sh"]

0 commit comments

Comments
 (0)