Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmh committed Jan 6, 2025
1 parent a42763b commit ecbffa9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg && apt-g
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"]
ENTRYPOINT ["poetry", "run", "python", "-m", "biliparser"]

0 comments on commit ecbffa9

Please sign in to comment.