Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DewGew authored Nov 2, 2023
1 parent c8e7be7 commit 946288b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN mkdir -p config

COPY *.py /
COPY templates/ /templates/
COPY modules/ /modules/
COPY static/ /static/
COPY requirements.txt /requirements.txt
RUN pip install --no-cache-dir -r /requirements.txt
Expand Down

0 comments on commit 946288b

Please sign in to comment.