serve static assets from embeded filesystem. add build files for lazyos
This commit is contained in:
7
build/Dockerfile
Normal file
7
build/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM lscr.io/linuxserver/webtop:arch-kde
|
||||
|
||||
COPY survey /usr/local/bin/survey
|
||||
RUN chmod +x /usr/local/bin/survey
|
||||
|
||||
COPY setup-desktop.sh /custom-cont-init.d/01-setup-desktop.sh
|
||||
RUN chmod +x /custom-cont-init.d/01-setup-desktop.sh
|
||||
Reference in New Issue
Block a user