Skip to content
Snippets Groups Projects
Commit f401e923 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

copy file into container

parent 18a09b11
No related branches found
No related tags found
2 merge requests!681Production Release | nshmp-haz,!680NSHM Unit Tests
......@@ -56,7 +56,6 @@ tasks.withType(Test) {
}
tasks.withType(JavaCompile) {
dependsOn copyNshmFile
options.encoding = "UTF-8"
options.compilerArgs.add("-parameters")
}
......
......@@ -53,13 +53,6 @@ task nshms() {
}
}
task copyNshmFile() {
copy {
from "nshms.yml"
into "${buildDir}/resources/main"
}
}
// Test Alaska 2023 NSHM
task testAlaska2023(type: Test) {
description = "Test Alaska 2023 NSHM"
......
......@@ -51,6 +51,7 @@ ENV MODELS_DIRECTORY="/model"
WORKDIR /app
COPY --from=builder /app/build/libs/nshmp-haz.jar .
COPY --from=builder /app/nshms.yml .
VOLUME [ "${MODELS_DIRECTORY}" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment