mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Fix wrong path for entrypoint
This commit is contained in:
committed by
Samuel Laulhau
parent
c0c13705ae
commit
1447268f94
2
debian/Dockerfile
vendored
2
debian/Dockerfile
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user