Updated
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sambo Chea 2022-10-03 13:00:04 +07:00
parent e15886c457
commit 654b5d807b
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

View File

@ -29,7 +29,7 @@ VOLUME ["/opt/cubetiq", "/data"]
ARG API_BUILD_DIR=api/build
# Copy the app bundle to the workdir
COPY --from=builder /app/${API_BUILD_DIR}/libs/*.jar ./api.jar
COPY --from=builder /app/${API_BUILD_DIR}/libs/api-0.0.1-SNAPSHOT.jar ./api.jar
# App profile will run with
ENV PROFILE=dev