Added Dockerfile

This commit is contained in:
2022-09-29 08:45:44 +00:00
parent 3ad86232d6
commit a89a6bbed4

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM minimal:2.34
MAINTAINER gyurix
COPY scripts /scripts
WORKDIR /services/
ENTRYPOINT ["/scripts/service-exec"]