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