Silly fix of copy+paste error

This commit is contained in:
roschaefer 2020-06-04 21:56:36 +02:00
parent 936018198e
commit 73c1f3c88b

View File

@ -3,7 +3,7 @@ version: "3.4"
services: services:
webapp: webapp:
build: build:
context: backend context: webapp
target: build-and-test target: build-and-test
volumes: volumes:
- ./webapp:/nitro-web - ./webapp:/nitro-web
@ -15,7 +15,7 @@ services:
- webapp_node_modules:/nitro-web/node_modules - webapp_node_modules:/nitro-web/node_modules
backend: backend:
build: build:
context: webapp context: backend
target: build-and-test target: build-and-test
volumes: volumes:
- ./backend:/nitro-backend - ./backend:/nitro-backend