mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-03 20:14:21 -04:00
wip: implementing install script
This commit is contained in:
parent
29a89df524
commit
d218661f3d
5 changed files with 134 additions and 2 deletions
9
test/test_install_script/centos7.dockerfile
Normal file
9
test/test_install_script/centos7.dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM centos:7
|
||||
|
||||
RUN useradd -ms /bin/bash test_user
|
||||
USER test_user
|
||||
WORKDIR /home/test_user
|
||||
|
||||
COPY ./install.sh .
|
||||
RUN ls
|
||||
RUN bash install.sh local /opt/uptime-kuma 3000 0.0.0.0
|
Loading…
Add table
Add a link
Reference in a new issue