Correcting Dockerfile

This commit is contained in:
2022-09-29 08:47:52 +00:00
parent a89a6bbed4
commit 53591c7ee7

View File

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