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

build Docker image in CI

parent 5f22ef6d
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ COPY package*.json ./ ...@@ -11,6 +11,7 @@ COPY package*.json ./
RUN npm install --only=production RUN npm install --only=production
ENV NODE_ENV=staging ENV NODE_ENV=staging
ENV LDAP_URI=http://frankiz.eleves.polytechnique.fr:389
COPY . . 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