mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-09 12:35:51 +00:00
[wip] revise testground/hello_codex/Dockerfile
This commit is contained in:
parent
a6a407e23d
commit
4278bd2ea2
@ -7,9 +7,10 @@ FROM builder
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN cd /extra/scratch/nim-codex && make USE_SYSTEM_NIM=1 V=1 update
|
RUN cd /extra/scratch/nim-codex && \
|
||||||
|
make USE_SYSTEM_NIM=1 update
|
||||||
|
|
||||||
RUN cd /extra/scratch/nim-codex && \
|
RUN cd /extra/scratch/nim-codex && \
|
||||||
make TESTGROUND_PLAN=hello_codex USE_SYSTEM_NIM=1 V=1 testground_exec
|
make USE_SYSTEM_NIM=1 TESTGROUND_PLAN=hello_codex testground_exec
|
||||||
|
|
||||||
ENTRYPOINT ["/extra/scratch/nim-codex/build/codex_testground"]
|
ENTRYPOINT ["/extra/scratch/nim-codex/build/codex_testground"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user