Commit 4e6eff9b authored by daidekun's avatar daidekun

node_env

parent 25a6bafd
...@@ -15,5 +15,7 @@ EXPOSE 80 ...@@ -15,5 +15,7 @@ EXPOSE 80
COPY docker-entrypoint.sh . COPY docker-entrypoint.sh .
COPY *.tgz ./${SYSTEM_NAME}/dist.tgz COPY *.tgz ./${SYSTEM_NAME}/dist.tgz
ENV NODE_ENV test
RUN chmod +x ./docker-entrypoint.sh RUN chmod +x ./docker-entrypoint.sh
CMD ["./docker-entrypoint.sh"] CMD ["./docker-entrypoint.sh"]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment