use correct server jar
This commit is contained in:
parent
bd20fad56d
commit
d498ab1b51
@ -15,11 +15,11 @@ WORKDIR /Paper
|
|||||||
RUN git checkout "$VERSION"
|
RUN git checkout "$VERSION"
|
||||||
RUN ./gradlew applyPatches
|
RUN ./gradlew applyPatches
|
||||||
RUN ./gradlew reobfJar
|
RUN ./gradlew reobfJar
|
||||||
RUN mv /Paper/Paper-Server/target/paper-*.jar /Paper/Paper-Server/target/paper.jar
|
RUN mv /Paper/Paper-Server/build/libs/Paper-Server-*-mapped.jar /Paper/Paper-Server/build/libs/paper.jar
|
||||||
|
|
||||||
FROM thallian/confd-env:latest
|
FROM thallian/confd-env:latest
|
||||||
|
|
||||||
COPY --from=builder /Paper/Paper-Server/target/paper.jar /var/lib/minecraft/paper.jar
|
COPY --from=builder /Paper/Paper-Server/build/libs/paper.jar /var/lib/minecraft/paper.jar
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
openssl
|
openssl
|
||||||
|
Loading…
Reference in New Issue
Block a user