Update docker/Dockerfile

remove double /

Co-authored-by: rtm516 <rtm516@users.noreply.github.com>
This commit is contained in:
DQ 2023-01-28 11:30:38 -08:00 committed by GitHub
parent 70098bbe0e
commit 4c5444503c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ ARG COMPILE=false # if false, fetch from repo
#ARG GC_VER="1.0-SNAPSHOT" #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_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_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 WORKDIR /target
COPY . . COPY . .