CI docker WIP
This commit is contained in:
parent
cc1e142f25
commit
2918134c3b
@ -34,7 +34,7 @@ RUN sh -c pwd
|
|||||||
RUN sh scripts/build_ligo_local.sh
|
RUN sh scripts/build_ligo_local.sh
|
||||||
RUN sh -c pwd
|
RUN sh -c pwd
|
||||||
RUN ls -l
|
RUN ls -l
|
||||||
RUN sh -c 'ls -l /ligo/_build/default/src/bins/ligo || true'
|
RUN sh -c 'ls -l /ligo/_build/default/src/bin/cli.exe || true'
|
||||||
|
|
||||||
# Use the ligo binary as a default command
|
# Use the ligo binary as a default command
|
||||||
ENTRYPOINT [ "/ligo/_build/default/src/bins/ligo" ]
|
ENTRYPOINT [ "/ligo/_build/default/src/bin/cli.exe" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user