Skip to content

Commit

Permalink
Removed Yarn. Updated to support S2I
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbour committed Jun 13, 2019
1 parent 727f4d3 commit afc9e26
Show file tree
Hide file tree
Showing 4 changed files with 2,288 additions and 9,197 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM node:10-alpine

WORKDIR /usr/src/app
COPY package*.json ./
RUN yarn install
RUN npm install

COPY . .

EXPOSE 8080

CMD [ "npm", "run", "container" ]
CMD [ "npm", "start"]
Loading

0 comments on commit afc9e26

Please sign in to comment.