Fixup default command so variable interpolation works
This commit is contained in:
@@ -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 ; \
|
||||||
|
Reference in New Issue
Block a user