Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyaoi committed Nov 21, 2018
1 parent 2a8ce9b commit 965e3a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions discovery/Dockerfile
Expand Up @@ -9,5 +9,7 @@ RUN npm install
COPY . /usr/src/app
RUN npm run build

COPY ./dist /usr/src/app/dist

EXPOSE 3000
CMD ["npm", "start"]

0 comments on commit 965e3a7

Please sign in to comment.