Skip to content
Snippets Groups Projects
Commit 914ed1c1 authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

set NODE_ENV to production

parent 9e7d9948
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ RUN npm install --only=production
ARG TARGET_ENV
ENV HOST=0.0.0.0
ENV NODE_ENV=production
ENV LDAP_URI=ldap://frankiz.eleves.polytechnique.fr:389
COPY . .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment