Skip to content

Commit

Permalink
Revert "Revert "fix: DockerfileにARGを追加""
Browse files Browse the repository at this point in the history
This reverts commit e2b4fbb.
  • Loading branch information
rito528 committed Nov 9, 2023
1 parent e2b4fbb commit 985e081
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ FROM ghcr.io/giganticminecraft/mod-downloader:sha-39a89de as mod-downloader

FROM ghcr.io/giganticminecraft/seichi_minecraft_server_base:1.0.0-java17-jdk@sha256:57accce4686dfe6bf6cb5107a664b169f130e97ef697ea7b37778a14e7f942e6

ARG MINIO_ENDPOINT
ARG MINIO_ACCESS_KEY
ARG MINIO_ACCESS_SECRET
ARG BUCKET_NAME
ARG BUCKET_PREFIX_NAME
ARG DOWNLOAD_TARGET_DIR_PATH

ENV VERSION="1.18.2"

# プラグインリスト
Expand Down

0 comments on commit 985e081

Please sign in to comment.