mirror of
https://github.com/kodxana/madiator-docker-runpod.git
synced 2024-12-04 15:40:11 +01:00
Adapt Dockerfile for scripts template
This commit is contained in:
parent
763d32abf3
commit
852d52e001
1 changed files with 2 additions and 2 deletions
|
@ -156,13 +156,13 @@ COPY app/tests/README-SHARED_MODELS.txt /app/static/README-SHARED_MODELS.txt
|
|||
|
||||
|
||||
# Copy all necessary scripts
|
||||
#COPY --from=scripts start.sh /
|
||||
COPY --from=scripts start.sh /
|
||||
# --from=scripts is defined as a "shared" location in "docker-bake.hcl" in the "contexts" dict:
|
||||
# scripts = "../../container-template"
|
||||
# the local "start.sh" is (intentionally) empty
|
||||
# to build all from *one* location, copy "start.sh" here into the project workspace folder first
|
||||
# cp ../../container-template/scripts/start.sh start.sh
|
||||
COPY start.sh /
|
||||
#COPY start.sh /
|
||||
|
||||
COPY pre_start.sh /
|
||||
# lutzapps - add execution flags to added "/app/tests/populate_testdata.sh"
|
||||
|
|
Loading…
Reference in a new issue