Some simple edits
This commit is contained in:
parent
2ae933b9ad
commit
41976f1a2a
3 changed files with 14 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
FROM git.zontreck.com/zontreck/conanservermanager:latest
|
||||
FROM git.zontreck.com/ariascreations/conanservermanager:latest
|
||||
|
||||
RUN echo "Welcome to the Server Installer"
|
||||
RUN echo "Welcome to the Server Installer"
|
||||
|
||||
EXPOSE 25306/tcp
|
9
docker_images/installer/install.sh
Normal file
9
docker_images/installer/install.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
cp /app/server /mnt/server/server
|
||||
pushd /mnt/server
|
||||
|
||||
./server
|
||||
|
||||
popd
|
||||
echo "Initial Install completed"
|
|
@ -3,7 +3,7 @@ RUN apt-get update -y
|
|||
RUN apt-get upgrade -y
|
||||
RUN apt-get install -y gnupg2 numactl tzdata software-properties-common libntlm0 winbind xvfb xauth python3 libncurses5:i386 libncurses6:i386 libsdl2-2.0-0 libsdl2-2.0-0:i386
|
||||
|
||||
FROM git.zontreck.com/zontreck/conanservermanager:stable
|
||||
FROM git.zontreck.com/ariascreations/conanservermanager:stable
|
||||
|
||||
COPY ./entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue