mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Silly fix of copy+paste error
This commit is contained in:
parent
936018198e
commit
73c1f3c88b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user