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:
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user