lydgs commited on
Commit
7989ad6
·
verified ·
1 Parent(s): 990bfae

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +9 -0
Dockerfile ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ FROM lixeer/valley-server:v26.5
2
+
3
+ ENV SDL_AUDIODRIVER=dummy
4
+ ENV SMAPI_NO_SOUND=true
5
+ ENV DISPLAY=:99
6
+ ENV HOME=/home/steam
7
+
8
+ # 确保 supervisord 在前台运行且不退出
9
+ CMD ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisor/supervisord.conf"]