changed dockerfile

This commit is contained in:
Richard Sperry 2025-04-15 12:49:54 -07:00
parent d6ae3f8f94
commit e7466c85ca

View file

@ -67,7 +67,7 @@ RUN chown -R root:root /root \
&& chown -R root:root /etc/s6-overlay/s6-rc.d/ \
&& chmod 755 -R /etc/s6-overlay/s6-rc.d/
WORKDIR /root/.config/code-server
RUN copy "/usr/lib/code-server/defaults/config.yaml" "/root/.config/code-server/config.yaml"
COPY "/usr/lib/code-server/defaults/config.yaml" "/root/.config/code-server/config.yaml"
# Install Oh My ZSH
# hadolint ignore=SC2086