mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-08 21:06:27 +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
|
||||
volumes:
|
||||
- ./data/piston:/piston
|
||||
- ./repo:/repo
|
||||
tmpfs:
|
||||
- /piston/jobs:exec
|
||||
|
||||
piston_fs_repo: #Temporary solution until CI works
|
||||
piston_fs_repo: # Local testing of packages
|
||||
build: repo
|
||||
command: ['typescript-4.2.3'] # Only build typescript
|
||||
command: ['dart-2.12.1'] # Only build dart
|
||||
volumes:
|
||||
- ./repo:/piston/repo
|
||||
- ./packages:/piston/packages
|
||||
- .:/piston
|
Loading…
Add table
Add a link
Reference in a new issue