From 2feffe8f71a2b32db2a7a6bb9458d16b578d52fa Mon Sep 17 00:00:00 2001 From: Martin Hoyer Date: Fri, 16 Aug 2024 14:53:50 +0200 Subject: [PATCH] fixup! Adding metadata, modifying file structure --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 731f790..e663a77 100644 --- a/Containerfile +++ b/Containerfile @@ -8,7 +8,7 @@ COPY ./src/ /app/src COPY ./pyproject.toml /app/pyproject.toml RUN pip install hatch-vcs -RUN SETUPTOOLS_SCM_PRETEND_VERSION=$APP_VERSION pip install . +RUN SETUPTOOLS_SCM_PRETEND_VERSION=${APP_VERSION} pip install . COPY /entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh