Nerf openbox, disable x11vnc ncache

This commit is contained in:
Wyrrrd
2022-01-19 22:30:16 +01:00
parent 700fa898c2
commit e41ab2c7f9
5 changed files with 147 additions and 7 deletions
+1
View File
@@ -22,6 +22,7 @@ RUN cd /app && git clone https://github.com/novnc/noVNC.git && \
cd /app/noVNC/utils && git clone https://github.com/kanaka/websockify websockify && \
mkdir /data && mkdir /app/.config && ln -s /data /app/.config/Wohnungsbot
ADD startup.sh /app/startup.sh
ADD openbox/* /app/.config/openbox/
COPY --from=builder /root/wohnungsbot/release/Wohnungsbot-$WB_VERSION.AppImage /app/Wohnungsbot.AppImage
RUN chmod 0755 /app/startup.sh && chown -R bot /app && chown -R bot /data