[wip] revise testground/hello_codex/Dockerfile

This commit is contained in:
Michael Bradley, Jr 2022-09-16 03:51:32 -05:00
parent a6a407e23d
commit 4278bd2ea2
No known key found for this signature in database
GPG Key ID: D0307DBCF21A9A58
1 changed files with 3 additions and 2 deletions

View File

@ -7,9 +7,10 @@ FROM builder
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 && \
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"]