Skip to content

Commit

Permalink
chore: fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Feb 8, 2025
1 parent 53d774a commit 8a7a934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ COPY requirements.txt .
RUN pip install --disable-pip-version-check --no-cache-dir -r requirements.txt
COPY . .
COPY entrypoint.sh /usr/local/bin/
RUN chmod +x entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh
ENTRYPOINT ["entrypoint.sh"]

0 comments on commit 8a7a934

Please sign in to comment.