init update
Some checks failed
Build & Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-06-08 17:37:33 +03:00
parent 09c2ae238e
commit 1b55091908
58 changed files with 437 additions and 1618 deletions

13
Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
FROM ubuntu:24.04
RUN apt-get update && apt-get install -y --no-install-recommends \
lib32gcc-s1 lib32stdc++6 ca-certificates \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /server
COPY . .
EXPOSE 27015/udp
EXPOSE 27015/tcp
CMD ["./DedicatedServer"]