Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Katze719 committed Apr 25, 2024
1 parent 781cbfa commit b0ef6bd
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@ LABEL org.opencontainers.image.description DESCRIPTION
RUN set -eux; \
mkdir /app;

COPY ./bot.py /app/
COPY ./src/compare_pdf.py /app/src/
COPY ./src/document.py /app/src/
COPY ./src/log.py /app/src/
COPY ./src/helpers.py /app/src/
COPY ./src/table_parser.py /app/src/
COPY ./src/settings.py /app/src/
COPY ./requirements.txt /app/

COPY . /app/

RUN set -eux; \
apt-get update; \
Expand Down

0 comments on commit b0ef6bd

Please sign in to comment.