Update Dockerfile
Some checks reported warnings
Build and push image / Build (push) Has been cancelled

This commit is contained in:
Jack 2023-09-27 15:20:23 +01:00
parent 2de8da859f
commit f6b380df2c

View File

@ -12,7 +12,7 @@ RUN apt install steamcmd
RUN wget https://github.com/assetto-corsa-web/accweb/releases/download/v1.21.0/accweb_v1.21.0.zip RUN wget https://github.com/assetto-corsa-web/accweb/releases/download/v1.21.0/accweb_v1.21.0.zip
RUN mkdir -p /accserver RUN mkdir -p /accserver
RUN steamcmd +@sSteamCmdForcePlatformType windows +force_install_dir ~/accserver +login anonymous +app_update 1430110 +quit RUN steamcmd +@sSteamCmdForcePlatformType windows +force_install_dir ~/accserver +login anonymous +app_update 1430110 validate +quit
RUN unzip accweb_v1.21.0.zip -d /accweb RUN unzip accweb_v1.21.0.zip -d /accweb