Merge branch 'master' of github.com:writeas/writefreely

This commit is contained in:
Matt Baer 2018-12-05 21:45:26 -05:00
commit e06b328785
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN mkdir /stage && \
FROM alpine:3.8
RUN apk add --no-cache openssl ca-certificates
COPY --from=build --chown=daemon:daemon /stage /go
WORKDIR /go