Skip to content

Commit

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

ENV VIRTUAL_ENV=/app/.venv
ENV PATH="/app/.venv/bin:$PATH"

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

0 comments on commit c61b8e3

Please sign in to comment.