Skip to content

Commit a1f40ea

Browse files
am29ddreamorosi
authored andcommitted
fix install command (#1924)
1 parent d0ed8c5 commit a1f40ea

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)