mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
deploy: allow exec on jobs dir
This commit is contained in:
parent
9affe1e892
commit
4db97b005b
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@ services:
|
|||
- ./data/piston:/piston
|
||||
- ./repo:/repo
|
||||
tmpfs:
|
||||
- /piston/jobs
|
||||
- /piston/jobs:exec
|
||||
|
||||
piston_fs_repo: #Temporary solution until CI works
|
||||
build: repo
|
||||
command: ['jelly-0.1.31'] # Only build jelly
|
||||
command: ['typescript-4.2.3'] # Only build typescript
|
||||
volumes:
|
||||
- ./repo:/piston/repo
|
||||
- ./packages:/piston/packages
|
Loading…
Add table
Add a link
Reference in a new issue