荣耀坪山闸机远控app
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
yk a6d4c59b2e 更新 'README' il y a 2 ans
lib init files il y a 2 ans
route init files il y a 2 ans
template init files il y a 2 ans
utils init files il y a 2 ans
Dockerfile init files il y a 2 ans
README 更新 'README' il y a 2 ans
build.sh init files il y a 2 ans
config.json init files il y a 2 ans
go.mod init files il y a 2 ans
go.sum init files il y a 2 ans
honorRH init files il y a 2 ans
index.html init files il y a 2 ans
main.go init files il y a 2 ans
nohup.out init files il y a 2 ans
user.json init files il y a 2 ans

README

####荣耀坪山闸机远控app运行程序####

#拷贝代码
git clone http://39.105.23.186:3000/yk/honorWeb.git

#新建image
cd honorWeb
docker build -t honor-rh-web .

#新建并运行container
docker run -itd --name honor-rh -p 48094:8090 honor-rh-web