Skip to content
Snippets Groups Projects
Commit cbfc5b81 authored by Philipp Stadler's avatar Philipp Stadler
Browse files

fix: docker file module syntax

parent 8aed9327
Branches main
No related tags found
1 merge request!2fix: docker file module syntax
......@@ -18,4 +18,4 @@ to-static-jsonp
COPY Pipfile Pipfile.lock /app/
RUN cd /app && pipenv install --system --deploy
COPY ./export_apkgs /app/export_apkgs
RUN echo "#!/bin/sh\n$(python-libfaketime)\npython3 -m /app/export_apkgs \$@" > /bin/export_apkgs && chmod +x /bin/export_apkgs
RUN echo "#!/bin/sh\n$(python-libfaketime)\npython3 -m app.export_apkgs \$@" > /bin/export_apkgs && chmod +x /bin/export_apkgs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment