severo commited on
Commit
8c1dca2
1 Parent(s): b369d17

fix docker

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -5,4 +5,5 @@ RUN npm ci
5
  RUN npm rebuild
6
  COPY . ./
7
  RUN npm run build
8
- RUN npm run start
 
 
5
  RUN npm rebuild
6
  COPY . ./
7
  RUN npm run build
8
+ EXPOSE 3000
9
+ CMD [ "npm", "run" , "start" ]