mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2025-11-02 16:53:00 +01:00
Compare commits
3 Commits
7bac21c3a4
...
wip-forge
| Author | SHA1 | Date | |
|---|---|---|---|
|
35ca896849
|
|||
|
30b3ba60cd
|
|||
|
8149d31d51
|
@@ -25,7 +25,7 @@ sealed class BackupArchiver {
|
||||
}
|
||||
|
||||
private bool IsFolderSkipped(ImmutableList<string> relativePath) {
|
||||
return relativePath is ["cache" or "crash-reports" or "debug" or "libraries" or "logs" or "mods" or "versions"];
|
||||
return relativePath is ["cache" or "crash-reports" or "debug" or "libraries" or "logs" or "mods" or "servermods" or "versions"];
|
||||
}
|
||||
|
||||
[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:16-jdk /opt/java/openjdk /opt/java/16
|
||||
COPY --from=eclipse-temurin:17-jre /opt/java/openjdk /opt/java/17
|
||||
COPY --from=eclipse-temurin:20-jre /opt/java/openjdk /opt/java/20
|
||||
COPY --from=eclipse-temurin:21-jre /opt/java/openjdk /opt/java/21
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
||||
Reference in New Issue
Block a user