Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBonno authored Jun 28, 2024
1 parent 50e54fc commit c943229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR /minecraft
# Creating user and downloading files
RUN useradd -m -U minecraft && \
mkdir -p /minecraft/world && \
wget --no-check-certificate https://api.modpacks.ch/public/modpack/35/2129/server/linux -O serverinstall_35_2129 && \
wget --no-check-certificate https://api.modpacks.ch/public/modpack/35/12180/server/linux -O serverinstall_35_12180 && \
chmod u+x serverinstall_* && \
./serverinstall_* --auto && \
rm serverinstall_* && \
Expand Down

0 comments on commit c943229

Please sign in to comment.