Skip to content

Commit

Permalink
chore: use correct Dockerfile for frontend_dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
DioChuks committed Dec 14, 2024
1 parent ca0b4bd commit 4e46714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.dev-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
frontend:
build:
context: ./frontend
dockerfile: Dockerfile.windows
dockerfile: Dockerfile.dev
container_name: frontend_dev
volumes:
- ./frontend:/app
Expand Down

0 comments on commit 4e46714

Please sign in to comment.