Skip to content

Commit

Permalink
Add Dockerfile-alpine for small production builds
Browse files Browse the repository at this point in the history
  • Loading branch information
binoculars committed Sep 22, 2017
1 parent b54d53d commit 028ca32
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ARG BASE_IMAGE=quay.io/centerforopenscience/ember-osf-registries:develop-development-local

FROM ${BASE_IMAGE} AS base

FROM node:8-alpine AS dist

RUN mkdir -p /code

WORKDIR /code

COPY --from=base /code/dist /code/dist

0 comments on commit 028ca32

Please sign in to comment.