mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-12 18:10:05 +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
|
MOUNT ${DATA_PATH}/data /mnt/data nullfs rw 0 0
|
||||||
|
|
||||||
CMD chmod +x /${APP_NAME}-install.sh
|
CP ${APP_NAME}-install.sh /tmp
|
||||||
CMD /${APP_NAME}-install.sh
|
CMD chmod +x /tmp/${APP_NAME}-install.sh
|
||||||
|
CMD /tmp/${APP_NAME}-install.sh
|
||||||
Reference in New Issue
Block a user