Skip to content

Commit

Permalink
reduced image size by 65%
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattjoh committed Aug 22, 2017
1 parent ffc6a72 commit ef0c0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node_modules
scripts
!scripts/generateIntrospectionResult.js

# documentation should not be visable in production.
# documentation should not be visible in production.
docs

# static assets are rebuild in the docker container.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8
FROM node:8-alpine

# Create app directory
RUN mkdir -p /usr/src/app
Expand Down

0 comments on commit ef0c0ed

Please sign in to comment.