AAAA
Some checks failed
Build and push image / Build (push) Failing after 3m46s

This commit is contained in:
Jack
2023-09-27 19:16:52 +01:00
parent 3bd5605b75
commit 5b3dc66235
6 changed files with 210 additions and 5 deletions

View File

@@ -14,17 +14,17 @@ RUN echo steam steam/license note '' | debconf-set-selections
RUN apt install wget screen -y
#RUN add-apt-repository multiverse
RUN apt update
RUN apt install lib32gcc-s1 steamcmd -y
#RUN apt update
#RUN apt install lib32gcc-s1 steamcmd -y
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
COPY ./accserver /
RUN unzip accweb_v1.21.0.zip -d /accweb
#RUN unzip accweb_v1.21.0.zip -d /accweb
RUN mkdir -p /accweb
COPY ./accweb/* /accweb/
WORKDIR /accweb
CMD ["./accweb"]