This commit is contained in:
Richard Sperry 2025-04-16 15:06:06 -07:00
parent 68c859fbaa
commit 64657c7853

View file

@ -68,6 +68,7 @@ RUN chown -R root:root /root \
&& chmod 755 -R /etc/s6-overlay/s6-rc.d/
COPY data /data
RUN chown -R root:root /data
# Install Oh My ZSH
# hadolint ignore=SC2086