diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..84950f0 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM minimal:2.34 +MAINTAINER gyurix +COPY scripts /scripts +WORKDIR /services/ +ENTRYPOINT ["/scripts/service-exec"]