Skip to content

Commit

Permalink
remove copy dist command
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyaoi committed Nov 21, 2018
1 parent eb97d02 commit c9588f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions discovery/Dockerfile
Expand Up @@ -9,7 +9,5 @@ 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 c9588f2

Please sign in to comment.