mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-18 19:48:51 +00:00
For CurseForge, avoid conflicting start script error when run.sh present (#1539)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# syntax = docker/dockerfile:1.3
|
||||
|
||||
ARG BASE_IMAGE=eclipse-temurin:17-jdk
|
||||
ARG BASE_IMAGE=eclipse-temurin:17-jre-focal
|
||||
FROM ${BASE_IMAGE}
|
||||
|
||||
# CI system should set this to a hash or git revision of the build directory and it's contents to
|
||||
|
||||
Reference in New Issue
Block a user