Skip to content

Commit

Permalink
Dockerfil
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbd authored Sep 16, 2024
1 parent aa6168c commit 7ba350b
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 @@ -19,7 +19,7 @@ RUN useradd -ms /bin/bash emacsuser && \
echo "emacsuser ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers

# Switch to the non-root user and set up Doom Emacs
USER emacsuser
# USER emacsuser
WORKDIR /home/emacsuser

# Install Doom Emacs
Expand Down

0 comments on commit 7ba350b

Please sign in to comment.