Skip to content
Snippets Groups Projects
Commit 69fd055a authored by Marc Feger's avatar Marc Feger
Browse files

Update docker-compose.yml to use the correct folder for building

parent d54757c5
No related branches found
No related tags found
1 merge request!2Merge feedingChickenWithChicken into main
Pipeline #75187 failed
...@@ -3,11 +3,11 @@ version: '3' ...@@ -3,11 +3,11 @@ version: '3'
services: services:
the_social_network: the_social_network:
container_name: the_social_network container_name: the_social_network
build: ./the_social_network build: ./social_network
restart: always restart: always
command: sh -c "poetry run python manage.py collectstatic --noinput && poetry run python manage.py runserver 0.0.0.0:9000" command: sh -c "poetry run python manage.py collectstatic --noinput && poetry run python manage.py runserver 0.0.0.0:9000"
volumes: volumes:
- ./the_social_network:/code - ./social_network:/code
networks: networks:
- webnet - webnet
ports: ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment