Skip to content

Commit bbe1f7c

Browse files
authored
Merge pull request #3 from darjeeling/main
fix to adopt code change
2 parents a1514c3 + 301fdda commit bbe1f7c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ services:
1111
web:
1212
build: .
1313
command: /app/entroypoint.sh
14+
volumes:
15+
- ./pythonkr_backend:/app/pythonkr_backend
1416
ports:
1517
- "8080:8080"
1618
depends_on:

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
cd /app
55
source .venv/bin/activate
6+
uv sync
67
cd /app/pythonkr_backend
78
export DJANGO_SETTINGS_MODULE="pythonkr_backend.settings.localtesting"
89
./manage.py migrate --no-input

0 commit comments

Comments
 (0)