Skip to content

Commit

Permalink
bumped to slim container (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleh Bilozir committed Aug 30, 2017
1 parent 8a765cf commit 76723cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
@@ -1,4 +1,5 @@
FROM node:8-alpine
# should be alpine but https://github.com/webpack-contrib/css-loader/pull/597 requires us to have git
FROM node:8-slim
WORKDIR /build
COPY package.json /build
RUN npm install --production
Expand Down

0 comments on commit 76723cb

Please sign in to comment.