use correct server jar 2
This commit is contained in:
parent
d498ab1b51
commit
7d235c12f9
@ -14,8 +14,8 @@ RUN git clone https://github.com/PaperMC/Paper.git
|
||||
WORKDIR /Paper
|
||||
RUN git checkout "$VERSION"
|
||||
RUN ./gradlew applyPatches
|
||||
RUN ./gradlew reobfJar
|
||||
RUN mv /Paper/Paper-Server/build/libs/Paper-Server-*-mapped.jar /Paper/Paper-Server/build/libs/paper.jar
|
||||
RUN ./gradlew build
|
||||
RUN mv /Paper/Paper-Server/build/libs/Paper-Server-*-dev.jar /Paper/Paper-Server/build/libs/paper.jar
|
||||
|
||||
FROM thallian/confd-env:latest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user