Skip to content
Snippets Groups Projects
Commit cf3a1e46 authored by Griefed's avatar Griefed :joystick:
Browse files

Fix path in copy --from

parent 9c745cc5
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ RUN \
mkdir -p \
/app/curseforgebot
COPY --from=builder /build/libs/CurseForge2Discord-master.jar /app/curseforgebot/CurseForge2Discord.jar
COPY --from=builder /tmp/curseforgebot/build/libs/CurseForge2Discord-master.jar /app/curseforgebot/CurseForge2Discord.jar
RUN \
echo "**** Cleanup ****" && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment