Skip to content

Commit 99a3907

Browse files
committed
Update Dockerfile.prod to fix entrypoint-heroku.sh permissions
1 parent 0983833 commit 99a3907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ RUN apt-get update \
88

99
COPY requirements.txt ./
1010

11-
RUN chmod +x /entrypoint-heroku.sh
1211
COPY entrypoint-heroku.sh /
12+
RUN chmod +x /entrypoint-heroku.sh
1313

1414
RUN pip install -r requirements.txt
1515

0 commit comments

Comments
 (0)