forked from kimhyungsik/ax_hub_mcp_tool
Fix Dockerfile paths and add main to ValidationRunner
Some checks failed
Deploy Tools / deploy (push) Failing after 34s
Some checks failed
Deploy Tools / deploy (push) Failing after 34s
This commit is contained in:
@@ -2,7 +2,7 @@ FROM eclipse-temurin:21-jre-alpine
|
||||
WORKDIR /app
|
||||
RUN apk add --no-cache tzdata
|
||||
ENV TZ=Asia/Seoul
|
||||
COPY dap-was-sal/build/libs/*-SNAPSHOT.jar app.jar
|
||||
COPY dat-was-sal/build/libs/*-SNAPSHOT.jar app.jar
|
||||
EXPOSE 8082
|
||||
ENTRYPOINT ["java", "-jar", "app.jar"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user