Full deployment workflow: push finished assets to DigitalOcean Spaces (cdn.kmkfw.io)

This commit is contained in:
Josh Klar
2019-07-24 20:21:56 -07:00
parent cd7d8a2e4c
commit 39e3a65955
6 changed files with 144 additions and 62 deletions

View File

@@ -3,7 +3,7 @@ FROM python:3.7-alpine
RUN mkdir -p /app
WORKDIR /app
RUN apk update && apk add alpine-sdk curl gettext git git-lfs openssh rsync wget zip
RUN apk update && apk add alpine-sdk coreutils curl gettext git git-lfs openssh rsync wget zip
RUN pip install pipenv