fixed rehlds path

This commit is contained in:
2025-06-22 18:04:58 +04:00
parent fd74df3310
commit 0b48a33a79

View File

@ -24,7 +24,7 @@ RUN ./steamcmd.sh +login anonymous \
RUN mkdir -p /root/.steam/sdk32 && \
ln -sf /hlds/steamclient.so /root/.steam/sdk32/steamclient.so
COPY rehlds/ ./
COPY rehlds/ /hlds/
COPY start.sh /start.sh
RUN chmod +x /start.sh