Skip to content

Commit

Permalink
chore: fix typo in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
marksie1988 committed May 31, 2024
1 parent e5f0e17 commit 0d0a70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ RUN su vscode -c "umask 0002 && sudo pip3 install nox-poetry nox"

RUN wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O - | zsh || true

RUN poetry congfig virtualenvs.in-project true
RUN poetry config virtualenvs.in-project true

CMD ["zsh"]

0 comments on commit 0d0a70c

Please sign in to comment.