Skip to content
Snippets Groups Projects
Commit 285f936e authored by salazard's avatar salazard
Browse files

fixe

parent efff4010
No related branches found
No related tags found
1 merge request!79Add docker
FROM node:10
COPY package.json .
COPY package-lock.json .
RUN npm run script build
RUN npm install
COPY . .
EXPOSE 4200
CMD npm run build
CMD "npm run build"
ENTRYPOINT ["npm", "run", "start"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment