mirror of https://github.com/nocodb/nocodb
Pranav C
3 years ago
committed by
GitHub
2 changed files with 26 additions and 11 deletions
@ -0,0 +1,15 @@ |
|||||||
|
version: "3.5" |
||||||
|
|
||||||
|
services: |
||||||
|
xc-cypress-test: |
||||||
|
image: node:12.22.1-slim |
||||||
|
ports: |
||||||
|
- 8080:8080 |
||||||
|
volumes: |
||||||
|
- ./packages/nocodb:/home/app |
||||||
|
command: |
||||||
|
- /bin/bash |
||||||
|
- -c |
||||||
|
- | |
||||||
|
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" |
||||||
|
cd /home/app/ && npm i && npm run run |
Loading…
Reference in new issue