fixup! FIXUP: Rename dangerzone/container to dangerzone/container_helpers

This commit is contained in:
Alex Pyrgiotis 2025-01-20 14:14:14 +02:00
parent c70d1970dd
commit 5bb37ef48f
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA
2 changed files with 2 additions and 2 deletions

View file

@ -76,6 +76,6 @@ USER dangerzone
# store the state of its containers. # store the state of its containers.
RUN mkdir /home/dangerzone/.containers RUN mkdir /home/dangerzone/.containers
COPY container/entrypoint.py / COPY container_helpers/entrypoint.py /
ENTRYPOINT ["/entrypoint.py"] ENTRYPOINT ["/entrypoint.py"]

View file

@ -76,6 +76,6 @@ USER dangerzone
# store the state of its containers. # store the state of its containers.
RUN mkdir /home/dangerzone/.containers RUN mkdir /home/dangerzone/.containers
COPY container/entrypoint.py / COPY container_helpers/entrypoint.py /
ENTRYPOINT ["/entrypoint.py"] ENTRYPOINT ["/entrypoint.py"]