Skip to content

Commit

Permalink
fixup! Adding metadata, modifying file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoyer committed Aug 16, 2024
1 parent a210aa3 commit 2feffe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2feffe8

Please sign in to comment.