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

Commit

Permalink
removed routers from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joshika39 committed Mar 28, 2024
1 parent 77717d5 commit 3f71b45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion handler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ COPY requirements.txt .
COPY dblib.py .
COPY lib.py .
COPY store.py .
COPY routers/ .
COPY main.py .

RUN pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit 3f71b45

Please sign in to comment.