Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek97 committed Sep 6, 2018
1 parent 5b13c4d commit b25d189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ FROM node:8.11.3-alpine

WORKDIR /usr/src/certificate-worker

COPY config.json ./
COPY package.json ./
COPY src ./src
COPY yarn.lock ./
COPY src ./src

# Add support for https on wget
RUN apk update && apk add --no-cache wget && apk --no-cache add openssl wget && apk add ca-certificates && update-ca-certificates
Expand Down

0 comments on commit b25d189

Please sign in to comment.