Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmh authored Jan 6, 2025
1 parent 4483075 commit 5f22c81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ COPY pyproject.toml poetry.lock ./
RUN pip install poetry && poetry install --only main --no-root --no-directory --no-cache
COPY . .
RUN poetry install --only main
ENV TOKEN=""
ENTRYPOINT ["poetry", "run", "bilifeedbot"]

0 comments on commit 5f22c81

Please sign in to comment.