Skip to content

Commit

Permalink
hotfix: update Dockerfile
Browse files Browse the repository at this point in the history
Add executable permission for start script
  • Loading branch information
wax911 authored Apr 28, 2024
1 parent 75ed68b commit 008a3f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ RUN pip install poetry==1.5.0 \
FROM dependencies AS final
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
RUN chmod +x start.sh

0 comments on commit 008a3f7

Please sign in to comment.