Skip to content

Commit

Permalink
dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bombg committed Nov 22, 2024
1 parent d8324fb commit 42b3998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ COPY --from=build /venv /venv
ENV PATH=/venv/bin:$PATH
COPY . .

RUN chmod +x docker-entrypoint.sh
RUN chmod +x docker-entrypoint.sh
ENTRYPOINT ["/bin/sh", "-c", "./docker-entrypoint.sh"]

0 comments on commit 42b3998

Please sign in to comment.