initial commit

This commit is contained in:
Pin
2022-12-20 22:15:44 -05:00
commit 9a0c74b701
7 changed files with 104 additions and 0 deletions

7
controller/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM alpine:3.16
RUN apk --no-cache add openssh-client bash
COPY scripts /opt/scripts
ENTRYPOINT ["sh", "-c", "/opt/scripts/init.sh"]