Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marc Feger
The Social Network
Commits
69fd055a
Commit
69fd055a
authored
Nov 25, 2021
by
Marc Feger
Browse files
Update docker-compose.yml to use the correct folder for building
parent
d54757c5
Pipeline
#75187
failed with stages
in 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
69fd055a
...
...
@@ -3,11 +3,11 @@ version: '3'
services
:
the_social_network
:
container_name
:
the_social_network
build
:
./
the_
social_network
build
:
./social_network
restart
:
always
command
:
sh -c "poetry run python manage.py collectstatic --noinput && poetry run python manage.py runserver 0.0.0.0:9000"
volumes
:
-
./
the_
social_network:/code
-
./social_network:/code
networks
:
-
webnet
ports
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment