Skip to content

Commit

Permalink
fix(docker): accidentally commeted out user directive
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu authored Nov 19, 2023
1 parent eff6571 commit c5372d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,13 @@ RUN echo -e "#!/bin/sh\n\
exec \"\$@\"" > /usr/local/share/docker-init.sh \
&& chmod +x /usr/local/share/docker-init.sh

# Operate in user space from here on out
USER ${USER}

# These are super slow and don't seem to speed up the Codespaces startup
# Install vscode extensions
# WORKDIR /tmp/shakefu
# COPY .devcontainer/extensions.sh ./extensions.sh
# Switch to user to install extensions correctly
# USER ${USER}
# RUN /tmp/shakefu/extensions.sh

Expand Down

0 comments on commit c5372d5

Please sign in to comment.