mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-17 18:51:50 +02:00
fixup! FIXUP: Copy all the Python files from the conversion/ dir
This commit is contained in:
parent
0f0fa49923
commit
505db39ca0
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ RUN mkdir -p /opt/dangerzone/dangerzone
|
||||||
RUN touch /opt/dangerzone/dangerzone/__init__.py
|
RUN touch /opt/dangerzone/dangerzone/__init__.py
|
||||||
|
|
||||||
# Copy only the Python code, and not any produced .pyc files.
|
# Copy only the Python code, and not any produced .pyc files.
|
||||||
COPY conversion/*.py /opt/dangerzone/dangerzone/conversion
|
COPY conversion/*.py /opt/dangerzone/dangerzone/conversion/
|
||||||
|
|
||||||
# Let the entrypoint script write the OCI config for the inner container under
|
# Let the entrypoint script write the OCI config for the inner container under
|
||||||
# /config.json.
|
# /config.json.
|
||||||
|
|
|
@ -62,7 +62,7 @@ RUN mkdir -p /opt/dangerzone/dangerzone
|
||||||
RUN touch /opt/dangerzone/dangerzone/__init__.py
|
RUN touch /opt/dangerzone/dangerzone/__init__.py
|
||||||
|
|
||||||
# Copy only the Python code, and not any produced .pyc files.
|
# Copy only the Python code, and not any produced .pyc files.
|
||||||
COPY conversion/*.py /opt/dangerzone/dangerzone/conversion
|
COPY conversion/*.py /opt/dangerzone/dangerzone/conversion/
|
||||||
|
|
||||||
# Let the entrypoint script write the OCI config for the inner container under
|
# Let the entrypoint script write the OCI config for the inner container under
|
||||||
# /config.json.
|
# /config.json.
|
||||||
|
|
Loading…
Reference in a new issue