new output location

The output has been moved from /build/libs to /build/dist
This commit is contained in:
Array in a Matrix 2024-05-01 14:13:01 -04:00 committed by GitHub
parent fb355bf844
commit fb5bc94e77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ FROM --platform=$BUILDPLATFORM amazoncorretto:22-alpine-jdk as runner
RUN apk update && apk upgrade
VOLUME ["/data"]
WORKDIR /data
COPY --from=builder /src/build/libs /app
COPY --from=builder /src/build/dist /app
ARG GATEWAY_PORT=5001
ARG SERVER_PORT=5002
ARG PORTAL_PORT=5003