Major Update
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
FROM fithwum/debian-base:bullseye
|
||||
LABEL maintainer "fithwum"
|
||||
|
||||
# Environment Variables
|
||||
ENV ACCEPT_EULA="false"
|
||||
ENV GAME_PORT="25565"
|
||||
ENV MC_VERSION="1.19.4"
|
||||
ENV FABRIC_VERSION=""
|
||||
ENV INSTALLER_VERSION=""
|
||||
|
||||
# URL's for files
|
||||
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-1.19.4/files/Install_Script.sh
|
||||
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Fabric.sh
|
||||
|
||||
# Install java-17 & Dependencies.
|
||||
RUN apt-get -y update \
|
||||
@@ -29,4 +33,4 @@ VOLUME /MCserver
|
||||
EXPOSE 25565/udp 25565/tcp
|
||||
|
||||
# Run command
|
||||
CMD [ "/bin/bash", "./MCtemp/Install_Script.sh" ]
|
||||
CMD [ "/bin/bash", "./MCtemp/Install_Script_Fabric.sh" ]
|
||||
|
||||
Reference in New Issue
Block a user