Fixup default command so variable interpolation works

This commit is contained in:
Devon Mackay 2018-07-01 22:28:47 -04:00
parent 46036e1b37
commit c39da58d9d

View File

@ -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 ; \