Skip to content

Commit

Permalink
Update entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 11, 2025
1 parent 5e103aa commit 8e0670d
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 @@ -15,4 +15,4 @@ ENV PATH="$PATH:/opt/lvmnps/.venv/bin"
# Sync the project
RUN cd lvmnps && uv sync --frozen --no-cache

ENTRYPOINT lvmnps actor start --debug
ENTRYPOINT ["/opt/lvmnps/.venv/bin/lvmnps", "actor", "start", "--debug"]

0 comments on commit 8e0670d

Please sign in to comment.