mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-10 01:41:59 +00:00
Compare commits
1 Commits
fix-gettin
...
gitpod
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93841af533 |
15
.gitpod.yml
Normal file
15
.gitpod.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
tasks:
|
||||||
|
- name: Init
|
||||||
|
init: pnpm install && docker-compose pull
|
||||||
|
command: cp .env.example .env && && docker-compose up -d && pnpm run dev
|
||||||
|
|
||||||
|
ports:
|
||||||
|
- port: 4000
|
||||||
|
visibility: public
|
||||||
|
onOpen: open-browser
|
||||||
|
- port: 3000
|
||||||
|
visibility: public
|
||||||
|
onOpen: ignore
|
||||||
|
- port: 3306
|
||||||
|
visibility: public
|
||||||
|
onOpen: ignore
|
||||||
Reference in New Issue
Block a user