From cfc77b551c67b149128de3a505fd3c664a095081 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 25 Apr 2024 05:11:48 +0100 Subject: [PATCH] ci stuff --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 700c8b5..a36fc31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ FROM eclipse-temurin:17.0.11_9-jre-focal WORKDIR /home/container # Copy the built jar file from the builder stage -COPY --from=builder /home/container/target/Paste-Backend.jar . +COPY --from=builder /home/container/target/ScoreSaberUtils-Backend.jar . # Make port 80 available to the world outside this container EXPOSE 80