diff --git a/Dockerfile b/Dockerfile index 9ea3a2a..e588d9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,6 +76,6 @@ USER dangerzone # store the state of its containers. RUN mkdir /home/dangerzone/.containers -COPY container/entrypoint.py / +COPY container_helpers/entrypoint.py / ENTRYPOINT ["/entrypoint.py"] diff --git a/Dockerfile.in b/Dockerfile.in index 981b716..ba15c99 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -76,6 +76,6 @@ USER dangerzone # store the state of its containers. RUN mkdir /home/dangerzone/.containers -COPY container/entrypoint.py / +COPY container_helpers/entrypoint.py / ENTRYPOINT ["/entrypoint.py"]