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

Commit

Permalink
removed public
Browse files Browse the repository at this point in the history
  • Loading branch information
leftmove committed Feb 21, 2024
1 parent 3332880 commit 9fa2394
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ COPY main.py ./main.py
COPY start.py ./start.py

COPY routers ./routers
COPY public ./public

RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
# ENTRYPOINT ["sh", "-c", "source ./entrypoint.sh", "-s"]
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ COPY main.py ./main.py
COPY start.py ./start.py

COPY routers ./routers
COPY public ./public

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

Expand Down

0 comments on commit 9fa2394

Please sign in to comment.