Skip to content

Commit

Permalink
bumped to slim container (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus-uw committed Aug 30, 2017
1 parent f720fad commit 005a8ef
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

1 comment on commit 005a8ef

@pi0
Copy link

@pi0 pi0 commented on 005a8ef Aug 30, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be easier for next releases of nuxt.

Please sign in to comment.