Skip to content

Commit

Permalink
fix: start.sh should be executable
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen authored Apr 17, 2024
1 parent 25ebdd3 commit c487958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ USER media
WORKDIR /app

COPY . /app
RUN chmod +x /app/start.sh

ENV PYTHONPATH=/
ENTRYPOINT ["/app/start.sh"]

0 comments on commit c487958

Please sign in to comment.