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:
|
services:
|
||||||
bash:
|
InfiniTime_build:
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
|
user: 1000:1000
|
||||||
volumes:
|
volumes:
|
||||||
- ../../InfiniTime:/sources
|
- ../../InfiniTime:/sources
|
||||||
image: infini-build
|
image: infini-build
|
||||||
#command: bash /build-scripts/infinisim-build.sh
|
#command: /bin/sh
|
||||||
|
Loading…
Reference in New Issue
Block a user