ci stuff
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 57s

This commit is contained in:
Lee 2024-04-25 05:11:48 +01:00
parent d83535cbb9
commit cfc77b551c

@ -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