softplayer-controller/Containerfile

5 lines
121 B
Docker

FROM ghcr.io/flant/shell-operator:latest
RUN apk update && apk add envsubst --no-cache
ADD /hooks /hooks
ADD /tpls /tpls