Added docker compose file

This commit is contained in:
2019-04-09 15:22:44 +09:00
parent 7ec409a458
commit 9f33736e7e
4 changed files with 139 additions and 8 deletions

View File

@ -28,7 +28,7 @@ RUN pack && \
# Production
FROM alpine:latest as production
RUN apk add ca-certificates
RUN apk add --no-cache ca-certificates
COPY --from=builder /root/.aero /root/.aero
COPY --from=builder /notify.moe /notify.moe
ENV ARN_ROOT=/notify.moe