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

Commit

Permalink
added static to dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgarcia4158 committed Mar 12, 2024
1 parent 2539232 commit 8320f09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY ./requirements.txt /app/requirements.txt
COPY ./main.py /app/main.py

COPY ./routers /app/routers
OPY ./static /app/static

RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt

Expand Down

0 comments on commit 8320f09

Please sign in to comment.