hfllq commited on
Commit
ce8bbf6
·
verified ·
1 Parent(s): 76cf8b0

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM lscr.io/linuxserver/webtop:latest
2
+
3
+ # 可选:时区、基础用户映射(Spaces里通常不需要PUID/PGID严格一致)
4
+ ENV TZ=Etc/UTC
5
+
6
+ # 重要:Spaces会探活你设置的 app_port
7
+ EXPOSE 3000