Skip to content

Commit 08942cb

Browse files
committed
chore: correct devcontainer dockerfile
1 parent 42ba61e commit 08942cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ RUN pipx install hatch
4949
RUN pipx install python-semantic-release
5050
RUN pipx install pre-commit
5151

52-
hatch config set dirs.env.virtual ".hatch"
52+
RUN hatch config set dirs.env.virtual ".hatch"
5353

5454
ENV SHELL=/usr/bin/zsh

0 commit comments

Comments
 (0)