Skip to content

Commit 907bc49

Browse files
authored
git-reader: Add version.json into the container (#1083)
1 parent 32916d0 commit 907bc49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-reader/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN mkdir /app/.ssh && \
2626

2727
COPY --chown=app:app pyproject.toml .
2828
COPY --chown=app:app poetry.lock .
29+
COPY --chown=app:app version.json .
2930

3031
RUN poetry install --no-root
3132

0 commit comments

Comments
 (0)