Skip to content

Commit

Permalink
fix: node alpine in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
libremente committed Feb 7, 2019
1 parent e8130f1 commit 0c7fe90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8
FROM node:8-alpine

WORKDIR /usr/src/app/

Expand All @@ -9,4 +9,4 @@ RUN npm install
COPY . .

# Launch application
CMD npm run $env
CMD npm run $env

0 comments on commit 0c7fe90

Please sign in to comment.