Commit 394ade7c authored by John Wang's avatar John Wang

feat: add NODE_ENV=production in web Dockerfile

parent ad2b9f1c
......@@ -2,6 +2,7 @@ FROM node:18.17.0-alpine
LABEL maintainer="takatost@gmail.com"
ENV NODE_ENV=production
ENV EDITION SELF_HOSTED
ENV DEPLOY_ENV PRODUCTION
ENV CONSOLE_API_URL http://127.0.0.1:5001
......
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