fixed docker error by making build.sh exicutable
This commit is contained in:
parent
709ed460e3
commit
7c14e299a0
0
docker/build.sh
Normal file → Executable file
0
docker/build.sh
Normal file → Executable file
0
docker/post_build.sh.in
Normal file → Executable file
0
docker/post_build.sh.in
Normal file → Executable file
@ -1,9 +1,9 @@
|
||||
version: "3.3"
|
||||
services:
|
||||
bash:
|
||||
InfiniTime_build:
|
||||
stdin_open: true
|
||||
tty: true
|
||||
user: 1000:1000
|
||||
volumes:
|
||||
- ../../InfiniTime:/sources
|
||||
image: infini-build
|
||||
#command: bash /build-scripts/infinisim-build.sh
|
||||
#command: /bin/sh
|
||||
|
Loading…
Reference in New Issue
Block a user