Skip to content

Commit 7fa426d

Browse files
Removed old copy line in Dockerfile
Was missing from #290
1 parent 1c7cc75 commit 7fa426d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ FROM eclipse-temurin:21.0.7_6-jre-alpine AS release
2323
ARG CI_COMMIT_SHA
2424
LABEL git-commit=$CI_COMMIT_SHA
2525
COPY --from=build /app/proxyserver/target/efspserver-with-deps.jar /app/
26-
COPY --from=build /app/proxyserver/src/main/config /app/src/main/config/
2726
# The `[]` is an optional COPY: doesn't copy if those files aren't there (https://stackoverflow.com/a/46801962/11416267)
2827
# They are needed for Tyler API usage
2928
COPY LICENSE client_sign.propertie[s] quartz.properties Suffolk.pf[x] /app/

0 commit comments

Comments
 (0)