Skip to content

Commit

Permalink
update docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bigsk1 committed Jul 8, 2024
1 parent f0681ec commit 48a5df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN pip install uvicorn
COPY backend.py shared_utils.py ./

# Copy the projects folder
COPY projects ./projects
COPY projects /app/projects

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

0 comments on commit 48a5df6

Please sign in to comment.