mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
17 lines
262 B
YAML
17 lines
262 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
webapp:
|
|
build:
|
|
context: .
|
|
target: build-and-test
|
|
volumes:
|
|
- .:/nitro-web
|
|
- node_modules:/nitro-web/node_modules
|
|
- nuxt:/nitro-web/.nuxt
|
|
command: yarn run dev
|
|
|
|
volumes:
|
|
node_modules:
|
|
nuxt:
|