We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8a1d0 commit 301fddaCopy full SHA for 301fdda
docker-compose.yml
@@ -11,6 +11,8 @@ services:
11
web:
12
build: .
13
command: /app/entroypoint.sh
14
+ volumes:
15
+ - ./pythonkr_backend:/app/pythonkr_backend
16
ports:
17
- "8080:8080"
18
depends_on:
entrypoint.sh
@@ -3,6 +3,7 @@
3
4
cd /app
5
source .venv/bin/activate
6
+uv sync
7
cd /app/pythonkr_backend
8
export DJANGO_SETTINGS_MODULE="pythonkr_backend.settings.localtesting"
9
./manage.py migrate --no-input
0 commit comments