Skip to content
Snippets Groups Projects

fix: docker file module syntax

Merged Philipp Pospischil requested to merge fix/#4-missing-res into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading