Skip to content
Snippets Groups Projects
Unverified Commit 05d0e4fd authored by Secteur Geek's avatar Secteur Geek Committed by GitHub
Browse files

Add docker (#81)


* fix node version

* Add docker file

* modify readme

* fixe

* fixe

* fixe

* fixe

Co-authored-by: default avatarsalazard <hamzatouizrat@yahoo.com>
parent cca2a7ba
Branches
No related tags found
1 merge request!92Add docker (#77)
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"
RUN 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