Skip to content

Commit 9087193

Browse files
authored
fix install command (#1924)
1 parent 9f48fa6 commit 9087193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/javascript-node@sha256:ff7fcaf39a616
33

44
# Install fnm to manage Node.js versions
55
RUN curl -fsSL https://fnm.vercel.app/install -o /tmp/install \
6-
&& chmod a+x /tmp/install
6+
&& chmod a+x /tmp/install \
77
&& /tmp/install \
88
&& rm /tmp/install
99

0 commit comments

Comments
 (0)