mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
deploy: simplify
This commit is contained in:
parent
e1b5b55b69
commit
2ccae29493
1 changed files with 3 additions and 5 deletions
|
@ -9,13 +9,11 @@ services:
|
||||||
- 6969:6969
|
- 6969:6969
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/piston:/piston
|
- ./data/piston:/piston
|
||||||
- ./repo:/repo
|
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /piston/jobs:exec
|
- /piston/jobs:exec
|
||||||
|
|
||||||
piston_fs_repo: #Temporary solution until CI works
|
piston_fs_repo: # Local testing of packages
|
||||||
build: repo
|
build: repo
|
||||||
command: ['typescript-4.2.3'] # Only build typescript
|
command: ['dart-2.12.1'] # Only build dart
|
||||||
volumes:
|
volumes:
|
||||||
- ./repo:/piston/repo
|
- .:/piston
|
||||||
- ./packages:/piston/packages
|
|
Loading…
Add table
Add a link
Reference in a new issue