simplifying docker functionality

pull/7828/head
Vedant Mukherjee 2 months ago
parent c449b3f3c4
commit bfaf797fbb

@ -52,6 +52,13 @@ services:
- ../..:/wiki
- /wiki/node_modules
- /wiki/.git
tty: true
stdin_open: true
command: >
sh -c "
yarn install &&
yarn dev
"
volumes:

Loading…
Cancel
Save