Skip to content

Commit

Permalink
add permission
Browse files Browse the repository at this point in the history
  • Loading branch information
fjpacheco committed Mar 2, 2024
1 parent d501e6e commit 0983833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt-get update \

COPY requirements.txt ./

RUN chmod +x /entrypoint-heroku.sh
COPY entrypoint-heroku.sh /

RUN pip install -r requirements.txt
Expand Down

0 comments on commit 0983833

Please sign in to comment.