Skip to content

Commit 998e2ea

Browse files
committed
fix(devcontainer): copy git folder for version metadata
1 parent dbf78d8 commit 998e2ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ WORKDIR /home/$USER/admin
1515

1616
RUN python -m pip install --upgrade pip
1717

18+
COPY .git .git
1819
COPY compiler_admin compiler_admin
1920
COPY pyproject.toml pyproject.toml
2021
RUN pip install -e .[dev,test]

0 commit comments

Comments
 (0)