Skip to content

Commit

Permalink
fix: missing "/" no such file or directory
Browse files Browse the repository at this point in the history
  • Loading branch information
namcxn authored Sep 18, 2023
1 parent 1eaaada commit f16843d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN useradd -ms /bin/bash nvm

# Copy and set permission for nvm directory
COPY . /home/nvm/.nvm/
RUN chown nvm:nvm -R "home/nvm/.nvm"
RUN chown nvm:nvm -R "/home/nvm/.nvm"

# Set sudoer for "nvm"
RUN echo 'nvm ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
Expand Down

0 comments on commit f16843d

Please sign in to comment.