Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JaiPannu-IITI committed Feb 22, 2025
1 parent ff2a210 commit 772dbe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/api.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ ENV PATH=/home/talawa/.local/share/fnm:${PATH}
# Switched temporarily to root to install a global profile script
USER root
# --- Create a global profile script for login shells ---
USER root
RUN echo '#!/bin/sh' > /etc/profile.d/fnm.sh \
&& echo 'eval "$(fnm env --corepack-enabled --resolve-engines --use-on-cd --version-file-strategy=recursive)"' >> /etc/profile.d/fnm.sh \
&& chmod +x /etc/profile.d/fnm.sh
Expand Down

0 comments on commit 772dbe5

Please sign in to comment.