We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7cc75 commit 7fa426dCopy full SHA for 7fa426d
Dockerfile
@@ -23,7 +23,6 @@ FROM eclipse-temurin:21.0.7_6-jre-alpine AS release
23
ARG CI_COMMIT_SHA
24
LABEL git-commit=$CI_COMMIT_SHA
25
COPY --from=build /app/proxyserver/target/efspserver-with-deps.jar /app/
26
-COPY --from=build /app/proxyserver/src/main/config /app/src/main/config/
27
# The `[]` is an optional COPY: doesn't copy if those files aren't there (https://stackoverflow.com/a/46801962/11416267)
28
# They are needed for Tyler API usage
29
COPY LICENSE client_sign.propertie[s] quartz.properties Suffolk.pf[x] /app/
0 commit comments