Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 225f5e6

Browse files
author
robinpdev
committed
fix location in docker compose
1 parent 8ef6d7e commit 225f5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
container_name: pigeonhole-backend
1818
build:
1919
dockerfile: Dockerfile.prod
20-
context: ./backend
20+
context: .
2121
command: python manage.py runserver 0.0.0.0:8000
2222
volumes:
2323
#- static_volume:/home/app/web/static

0 commit comments

Comments
 (0)