Skip to content

Commit

Permalink
set execution permission on docker entrypoint (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 authored Jul 26, 2021
1 parent b792f3b commit dc3a759
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ RUN set -ex \

WORKDIR /app
COPY . .
RUN pip3 install --no-warn-script-location --user -r requirements.txt \
&& chmod +x docker-entrypoint.sh
RUN pip3 install --no-warn-script-location --user -r requirements.txt

ENTRYPOINT ["/sbin/tini", "--", "./docker-entrypoint.sh"]

Expand Down
Empty file modified docker-entrypoint.sh
100644 → 100755
Empty file.

0 comments on commit dc3a759

Please sign in to comment.