Skip to content
Snippets Groups Projects
Commit 69e4af39 authored by Richard Henck's avatar Richard Henck
Browse files

Improve container naming to avoid conflicts with setup project

parent 5ae3fd99
No related branches found
No related tags found
No related merge requests found
...@@ -2,11 +2,11 @@ version: '3.7' ...@@ -2,11 +2,11 @@ version: '3.7'
services: services:
testcenter-frontend: testcenter-frontend-dev:
build: build:
context: ../ context: ../
dockerfile: docker/Dockerfile dockerfile: docker/Dockerfile
container_name: testcenter-frontend container_name: testcenter-frontend-dev
volumes: volumes:
- ../:/app - ../:/app
- /app/node_modules - /app/node_modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment