Fixup default command so variable interpolation works
This commit is contained in:
parent
46036e1b37
commit
c39da58d9d
@ -11,7 +11,7 @@ ENV SKIP_PIPENV true
|
|||||||
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
|
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
|
||||||
|
|
||||||
# Default command is to run all the tests
|
# Default command is to run all the tests
|
||||||
CMD ["${APP_DIR}/script/cibuild"]
|
CMD ["bash", "-c", "${APP_DIR}/script/cibuild"]
|
||||||
|
|
||||||
# Create application directory
|
# Create application directory
|
||||||
RUN set -x ; \
|
RUN set -x ; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user