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 FROM minimal:2.34
MAINTAINER gyurix MAINTAINER gyurix
COPY scripts /scripts COPY entrypoint.sh /entrypoint.sh
WORKDIR /services/ ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/scripts/service-exec"]