Files verschoben und Docker-Compose erstellt.
This commit is contained in:
@@ -4,14 +4,14 @@ RUN mkdir /opt/tmserver
|
||||
|
||||
WORKDIR /opt/tmserver
|
||||
|
||||
COPY TrackmaniaServer_2011-02-21.zip /opt/tmserver
|
||||
COPY assets/bin/TrackmaniaServer_2011-02-21.zip /opt/tmserver
|
||||
RUN apt-get update && apt-get install -y unzip
|
||||
RUN unzip /opt/tmserver/TrackmaniaServer_2011-02-21.zip -d /opt/tmserver
|
||||
COPY custom_game_settings.txt /opt/tmserver/GameData/Tracks/MatchSettings/
|
||||
COPY RunTrackmaniaServer.sh /opt/tmserver/
|
||||
|
||||
RUN apt-get -y install apache2 php php-zip php-xml
|
||||
COPY AdminServ_v2.1.1.zip /var/www/html
|
||||
COPY assets/bin/AdminServ_v2.1.1.zip /var/www/html
|
||||
RUN unzip /var/www/html/AdminServ_v2.1.1.zip -d /var/www/html
|
||||
RUN chmod -R 777 /var/www/html/
|
||||
RUN rm -f /var/www/html/index.html
|
||||
|
||||
Reference in New Issue
Block a user