mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 14:23:22 +08:00
install.sh add supports for CentOS
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
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
|
||||
|
Reference in New Issue
Block a user