diff --git a/Dockerfile b/Dockerfile index 100aed121..dba0ab7ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENTRYPOINT [ "tini", "--" ] WORKDIR ${APP_HOME} # Install app dependencies -COPY package*.json ./ +COPY package*.json post-install.js ./ RUN \ echo "*** Install npm packages ***" && \ npm install && npm cache clean --force