Skip to content

Commit

Permalink
fixup! fixup! Distill to single Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyhenderson committed Nov 1, 2019
1 parent 088880a commit cc8e9a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ FROM alpine:3.10.3 AS fetch-assets

RUN apk add --no-cache git

ARG DIST_COMMIT=97bcdfccf5392c650216ebb0634a5ed4c680ad6a

WORKDIR /src/dist
RUN git clone https://github.com/caddyserver/dist .
RUN git checkout 97bcdfccf5392c650216ebb0634a5ed4c680ad6a
RUN git checkout ${DIST_COMMIT}

RUN cp config/Caddyfile /Caddyfile
RUN cp welcome/index.html /index.html
Expand Down

0 comments on commit cc8e9a0

Please sign in to comment.