Add custom startup script for Forge and update Dockerfile for integration
All checks were successful
Build & Push Forge-Kasm / docker (push) Successful in 27s
All checks were successful
Build & Push Forge-Kasm / docker (push) Successful in 27s
This commit is contained in:
@@ -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/* \
|
||||
|
||||
Reference in New Issue
Block a user