Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bigsk1 committed Jul 30, 2024
1 parent 6b277b1 commit e032916
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ RUN pip install --no-cache-dir -r requirements.txt
RUN pip install uvicorn

# Copy backend source
COPY backend.py shared_utils.py ./

COPY *.py ./

# Copy frontend files
COPY frontend /app/frontend
Expand Down

0 comments on commit e032916

Please sign in to comment.