diff --git a/Dockerfile_npmcinanobox b/Dockerfile_npmcinanobox index 6720471..624f3fb 100644 --- a/Dockerfile_npmcinanobox +++ b/Dockerfile_npmcinanobox @@ -1,3 +1,3 @@ FROM hosttoday/ht-docker-dbase:npmci -RUN npmci command $(curl -fsSL https://s3.amazonaws.com/tools.nanobox.io/bootstrap/ci.sh) -RUN npmci command nanobox config set ci-mode true \ No newline at end of file +RUN bash -c "$(curl -fsSL https://s3.amazonaws.com/tools.nanobox.io/bootstrap/ci.sh)" +RUN bash -c "npmci command nanobox config set ci-mode true" \ No newline at end of file