Penta 1 неделя назад
Родитель
Сommit
c838683e14
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -76,4 +76,4 @@ ENV PORT="27015"
 ENV ARGS=""
 ENV ARGS=""
 
 
 # START THE SERVER
 # START THE SERVER
-CMD ["/bin/bash","-lc","exec /app/server/srcds_linux -console -nobreakpad -usercon -debug -dev -game garrysmod -strictportbind -port ${PORT} -maxplayers ${MAXPLAYERS} +gamemode ${GAMEMODE} +map ${MAP} ${ARGS}"]
+CMD ["/bin/bash","-lc","touch /app/server/garrysmod/console.log && tail -F /app/server/garrysmod/console.log & exec /app/server/srcds_linux -game garrysmod -console -strictportbind -port ${PORT} -maxplayers ${MAXPLAYERS} +gamemode ${GAMEMODE} +map ${MAP} ${ARGS}"]