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:
webapp:
build:
context: backend
context: webapp
target: build-and-test
volumes:
- ./webapp:/nitro-web
@ -15,7 +15,7 @@ services:
- webapp_node_modules:/nitro-web/node_modules
backend:
build:
context: webapp
context: backend
target: build-and-test
volumes:
- ./backend:/nitro-backend