Improve nodejs docker images

This commit is contained in:
Igor Kulikov 2021-12-14 19:46:26 +02:00
parent 60079fc88c
commit 9826893be8
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN chmod a+x /tmp/*.sh \
&& mv /tmp/start-js-executor.sh /usr/bin
ENV NODE_ENV production
ENV DOCKER_MODE true
WORKDIR ${pkg.installFolder}

View File

@ -22,6 +22,7 @@ RUN chmod a+x /tmp/*.sh \
&& mv /tmp/start-web-ui.sh /usr/bin
ENV NODE_ENV production
ENV DOCKER_MODE true
WORKDIR ${pkg.installFolder}