Skip to content

Commit

Permalink
Need to slow down and think before pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
isugimpy committed Apr 2, 2022
1 parent fbbe7c6 commit ec4d05c
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 @@ -8,5 +8,6 @@ USER root
COPY requirements.txt /app
RUN pip install -r /app/requirements.txt
COPY run.py /app
COPY run.sh /app
USER runner
ENTRYPOINT ["/usr/bin/dumb-init", "python", "/app/run.sh"]
ENTRYPOINT ["/usr/bin/dumb-init", "bash", "/app/run.sh"]

0 comments on commit ec4d05c

Please sign in to comment.