mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2025-06-26 14:15:22 +02:00
Update docker/Dockerfile
remove double / Co-authored-by: rtm516 <rtm516@users.noreply.github.com>
This commit is contained in:
parent
70098bbe0e
commit
4c5444503c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ ARG COMPILE=false # if false, fetch from repo
|
|||
#ARG GC_VER="1.0-SNAPSHOT"
|
||||
#ARG GC_URL="https://repo.opencollab.dev/artifactory/maven-snapshots/org/geysermc/geyser-connect/$GC_VER/geyser-connect-${GC_VER}.jar"
|
||||
ARG GC_VER="latest"
|
||||
ARG GC_URL="https://ci.opencollab.dev//job/GeyserMC/job/GeyserConnect/job/master/lastSuccessfulBuild/artifact/target/GeyserConnect.jar"
|
||||
ARG GC_URL="https://ci.opencollab.dev/job/GeyserMC/job/GeyserConnect/job/master/lastSuccessfulBuild/artifact/target/GeyserConnect.jar"
|
||||
|
||||
WORKDIR /target
|
||||
COPY . .
|
||||
|
|
Loading…
Add table
Reference in a new issue