Explorar el Código

update Dockerfile.

xdc hace 5 años
padre
commit
d4e2d9bf0f
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      Dockerfile

+ 4 - 1
Dockerfile

@@ -12,4 +12,7 @@ cat ent.sh
 
 #!/bin/bash
 chmod +x /server
-/server /conf.toml
+/server /conf.toml
+
+# 使用EFS挂载的方式,CMD中输入:
+sh,-c,sleep 5 && /home/server_demo /home/conf.toml