feat: init
This commit is contained in:
commit
b1bfed4a2d
19 changed files with 176 additions and 0 deletions
7
rootfs/defaults/.npmrc
Normal file
7
rootfs/defaults/.npmrc
Normal file
|
@ -0,0 +1,7 @@
|
|||
audit = false
|
||||
auto-install-peers = true
|
||||
fund = false
|
||||
global-style = true
|
||||
loglevel = "error"
|
||||
update-notifier = false
|
||||
package-lock = false
|
13
rootfs/defaults/startup.sh
Executable file
13
rootfs/defaults/startup.sh
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
#
|
||||
# Docker Homebridge Custom Startup Script - oznu/homebridge
|
||||
#
|
||||
# This script can be used to customise the environment and will be executed as
|
||||
# the root user each time the container starts.
|
||||
#
|
||||
# Example installing packages:
|
||||
#
|
||||
# apt-get update
|
||||
# apt-get install -y python3
|
||||
#
|
Loading…
Add table
Add a link
Reference in a new issue