softplayer-controller/Containerfile

5 lines
121 B
Plaintext
Raw Normal View History

2024-04-02 15:21:21 +00:00
FROM ghcr.io/flant/shell-operator:latest
2024-04-02 16:10:55 +00:00
RUN apk update && apk add envsubst --no-cache
2024-04-02 15:21:21 +00:00
ADD /hooks /hooks
ADD /tpls /tpls