mirror of
https://github.com/ENSL/ensl_hlds.git
synced 2024-12-13 05:51:27 +00:00
Fix dockerfile
This commit is contained in:
parent
4dfd8a3a44
commit
408c831dda
1 changed files with 3 additions and 0 deletions
|
@ -53,8 +53,11 @@ RUN touch /home/steam/hlds/ns/server.cfg
|
||||||
# Copy own configs including bans
|
# Copy own configs including bans
|
||||||
ADD overlay /home/steam/hlds/ns/
|
ADD overlay /home/steam/hlds/ns/
|
||||||
COPY entry.sh /home/steam/hlds
|
COPY entry.sh /home/steam/hlds
|
||||||
|
|
||||||
|
USER root
|
||||||
RUN chown -R steam:steam /home/steam
|
RUN chown -R steam:steam /home/steam
|
||||||
|
|
||||||
|
USER steam
|
||||||
WORKDIR /home/steam/hlds
|
WORKDIR /home/steam/hlds
|
||||||
|
|
||||||
# VAC, HLDS, RCON, HLTV
|
# VAC, HLDS, RCON, HLTV
|
||||||
|
|
Loading…
Reference in a new issue