Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy authored Jun 30, 2024
1 parent 96efc9b commit 65645ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ RUN pip install poetry
COPY . .
RUN poetry install --no-cache --no-root --without dev

ENTRYPOINT ["poetry", "run", "python", "-m", "comet.main"]
ENV VIRTUAL_ENV=/app/.venv
ENV PATH="/app/.venv/bin:$PATH"

ENTRYPOINT ["poetry", "run", "python", "-m", "comet.main"]

0 comments on commit 65645ad

Please sign in to comment.