Skip to content
Snippets Groups Projects
Commit 7c691844 authored by salazard's avatar salazard
Browse files

fixe

parent 285f936e
Branches
No related tags found
1 merge request!79Add docker
FROM node:10
WORKDIR /var/www/oser-frontend
COPY package.json .
COPY package-lock.json .
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