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

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

parent 124bafad
No related branches found
No related tags found
No related merge requests found
Pipeline #75188 failed
version: "3" version: "3"
services: services:
web: web:
build: ./the_social_network build: ./social_network
image: ${REGISTRY}/feger/the-social-network/web:latest image: ${REGISTRY}/feger/the-social-network/web:latest
volumes: volumes:
- ./the_social_network:/code - ./social_network:/code
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment