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

fixe

parent 7c691844
No related tags found
1 merge request!79Add docker
...@@ -5,6 +5,6 @@ COPY package-lock.json . ...@@ -5,6 +5,6 @@ COPY package-lock.json .
RUN npm install RUN npm install
COPY . . COPY . .
EXPOSE 4200 EXPOSE 4200
CMD npm run build RUN npm run build
ENTRYPOINT ["npm", "run", "start"] 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