Skip to content

Commit

Permalink
fix file names
Browse files Browse the repository at this point in the history
  • Loading branch information
LoTerence committed Sep 13, 2024
1 parent e545784 commit 2c4e602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
django:
build:
context: backend
dockerfile: ../dev/django.Dockerfile
dockerfile: ../dev/django.dockerfile
container_name: django
command: >
sh -c "python manage.py makemigrations &&
Expand All @@ -36,7 +36,7 @@ services:
vite:
build:
context: frontend
dockerfile: ../dev/vite.Dockerfile
dockerfile: ../dev/vite.dockerfile
container_name: vite
env_file:
- dev/dev.env
Expand Down

0 comments on commit 2c4e602

Please sign in to comment.