Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManchineel authored Sep 13, 2023
1 parent a1b2df4 commit 65fc34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apk add --no-cache gcc libffi-dev musl-dev && \
poetry install --no-dev --no-root && \
poetry build

FROM BASE as final
FROM base as final
COPY --from=builder /app/dist /app/dist
RUN pip install /app/dist/*.whl
CMD ["python", "-m", "telegram_epson_printer_bot"]
CMD ["python", "-m", "telegram_epson_printer_bot"]

0 comments on commit 65fc34c

Please sign in to comment.