mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 01:19:56 +01:00
Update Bastillefile
This commit is contained in:
@@ -5,5 +5,6 @@ ARG DATA_PATH=/apps/uptime-kuma
|
||||
|
||||
MOUNT ${DATA_PATH}/data /mnt/data nullfs rw 0 0
|
||||
|
||||
CMD chmod +x /${APP_NAME}-install.sh
|
||||
CMD /${APP_NAME}-install.sh
|
||||
CP ${APP_NAME}-install.sh /tmp
|
||||
CMD chmod +x /tmp/${APP_NAME}-install.sh
|
||||
CMD /tmp/${APP_NAME}-install.sh
|
||||
Reference in New Issue
Block a user