Skip to content

Commit caec0c0

Browse files
committed
feat: python switch to dockerfile
1 parent 364f0e3 commit caec0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
2323
&& rm -rf /var/lib/apt/lists/*
2424

2525
# [Optional] Uncomment this line to install global node packages.
26-
RUN source /usr/local/share/nvm/nvm.sh && npm install -g husky
26+
RUN npm install -g husky

0 commit comments

Comments
 (0)