Skip to content

Commit

Permalink
New, slimmer image and updated Dockerfile (#4934)
Browse files Browse the repository at this point in the history
* New, slimmer image and updated Dockerfile

* Streamline apk call
  • Loading branch information
zwolf authored and eatyourgreens committed Oct 11, 2018
1 parent 965d47b commit edac5a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
6 changes: 5 additions & 1 deletion Dockerfile
@@ -1,4 +1,8 @@
FROM zooniverse/panoptes-front-end:deps
FROM node:8.12-alpine

WORKDIR /src

RUN apk add --no-cache git

ADD package.json /src/
ADD package-lock.json /src/
Expand Down
15 changes: 0 additions & 15 deletions Dockerfile.deps

This file was deleted.

0 comments on commit edac5a9

Please sign in to comment.