mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2025-09-16 18:24:48 +02:00
Compare commits
1 Commits
wip-forge
...
7bac21c3a4
Author | SHA1 | Date | |
---|---|---|---|
7bac21c3a4
|
@@ -25,7 +25,7 @@ sealed class BackupArchiver {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private bool IsFolderSkipped(ImmutableList<string> relativePath) {
|
private bool IsFolderSkipped(ImmutableList<string> relativePath) {
|
||||||
return relativePath is ["cache" or "crash-reports" or "debug" or "libraries" or "logs" or "mods" or "servermods" or "versions"];
|
return relativePath is ["cache" or "crash-reports" or "debug" or "libraries" or "logs" or "mods" or "versions"];
|
||||||
}
|
}
|
||||||
|
|
||||||
[SuppressMessage("ReSharper", "ConvertIfStatementToReturnStatement")]
|
[SuppressMessage("ReSharper", "ConvertIfStatementToReturnStatement")]
|
||||||
|
@@ -27,7 +27,7 @@ WORKDIR /data
|
|||||||
COPY --from=eclipse-temurin:8-jre /opt/java/openjdk /opt/java/8
|
COPY --from=eclipse-temurin:8-jre /opt/java/openjdk /opt/java/8
|
||||||
COPY --from=eclipse-temurin:16-jdk /opt/java/openjdk /opt/java/16
|
COPY --from=eclipse-temurin:16-jdk /opt/java/openjdk /opt/java/16
|
||||||
COPY --from=eclipse-temurin:17-jre /opt/java/openjdk /opt/java/17
|
COPY --from=eclipse-temurin:17-jre /opt/java/openjdk /opt/java/17
|
||||||
COPY --from=eclipse-temurin:21-jre /opt/java/openjdk /opt/java/21
|
COPY --from=eclipse-temurin:20-jre /opt/java/openjdk /opt/java/20
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user