Skip to content

Commit

Permalink
Merge pull request #45 from nats-io/update-certs
Browse files Browse the repository at this point in the history
Add certs
  • Loading branch information
wallyqs authored Dec 10, 2019
2 parents 541c77d + c93262f commit ae2b2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN CGO_ENABLED=0 go build -v -a -tags netgo -installsuffix netgo -o /nats-accou

FROM alpine:3.9

RUN mkdir -p /nats/bin && mkdir /nats/conf
RUN apk add --update ca-certificates && mkdir -p /nats/bin && mkdir /nats/conf

COPY --from=builder /nats-account-server /nats/bin/nats-account-server

Expand Down

0 comments on commit ae2b2ee

Please sign in to comment.