From cbfc5b810aae7f71f640efc5a964a52a99cc42be Mon Sep 17 00:00:00 2001
From: Philipp Stadler <hello@phstadler.com>
Date: Sun, 21 Jul 2024 16:09:27 +0200
Subject: [PATCH] fix: docker file module syntax

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index f0e3eae..0fd959a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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
-- 
GitLab