Skip to content

Commit

Permalink
update build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Mar 2, 2025
1 parent 42e03f0 commit b98a607
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ USER 1000:1000

WORKDIR /app

COPY --from=builder --chown=1000:1000 /project /project
COPY --from=builder --chown=1000:1000 /project /app
ENV PATH="/app/.venv/bin:$PATH"

CMD [ "python", "-O", "bot.py" ]
Loading

0 comments on commit b98a607

Please sign in to comment.