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