We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c4696 commit 0f20d5bCopy full SHA for 0f20d5b
docker/api.Containerfile
@@ -37,6 +37,9 @@ USER talawa
37
RUN curl -fsSL https://fnm.vercel.app/install | bash -s -- --skip-shell \
38
# Appends the fnm configuration to `/home/talawa/.bashrc` file.
39
&& echo eval \"\$\(fnm env --corepack-enabled --resolve-engines --use-on-cd --version-file-strategy=recursive\)\" >> /home/talawa/.bashrc
40
+# Set the PATH for all shells
41
+ENV NODE_VERSION=23.7.0
42
+ENV PATH="/home/talawa/.local/share/fnm/node-versions/v${NODE_VERSION}/installation/bin:/home/talawa/.local/share/fnm/node-versions/v${NODE_VERSION}/installation/lib/node_modules/corepack/shims:${PATH}"
43
ENV PATH=/home/talawa/.local/share/fnm:${PATH}
44
WORKDIR /home/talawa/api
45
0 commit comments