Fix wrong path for entrypoint

This commit is contained in:
Holger Lösken
2020-05-20 14:10:38 +02:00
committed by Samuel Laulhau
parent c0c13705ae
commit 1447268f94

2
debian/Dockerfile vendored
View File

@@ -8,7 +8,7 @@ LABEL maintainer="Samuel Laulhau <sam@lalop.co>"
#####
# SYSTEM REQUIREMENT
#####
COPY ./alpine/entrypoint.sh /usr/local/bin/docker-entrypoint
COPY ./debian/entrypoint.sh /usr/local/bin/docker-entrypoint
RUN chmod +x /usr/local/bin/docker-entrypoint
ENV BUILD_DEPS \