Add custom startup script for Forge and update Dockerfile for integration
All checks were successful
Build & Push Forge-Kasm / docker (push) Successful in 27s

This commit is contained in:
2025-06-05 10:56:06 -05:00
parent 60881ced15
commit 3f4c3510d4
2 changed files with 2 additions and 3 deletions

View File

@@ -29,9 +29,8 @@ RUN apt-get update && apt-get install -y jq curl && \
apt-get autoremove -y
### Add the startup script
COPY ./custom_startup.sh $STARTUPDIR/custom_startup.sh
RUN chmod +x $STARTUPDIR/custom_startup.sh
RUN chmod 755 $STARTUPDIR/custom_startup.sh
COPY custom_startup /dockerstartup/custom_startup
RUN chmod +x /dockerstartup/custom_startup
### Optional: Single app UI tweaks
RUN cp $HOME/.config/xfce4/xfconf/single-application-xfce-perchannel-xml/* \