mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
15 lines
224 B
YAML
15 lines
224 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
webapp:
|
|
build:
|
|
context: .
|
|
target: build-and-test
|
|
volumes:
|
|
- .:/nitro-web
|
|
- node_modules:/nitro-web/node_modules
|
|
command: yarn run dev
|
|
|
|
volumes:
|
|
node_modules:
|