From 1a6c2a06d4005aadc9dd0b2cb491a91eaf4f0249 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Thu, 9 May 2019 16:11:03 -0400 Subject: [PATCH] Dockerfiles fix --- Dockerfile | 3 +-- portable.Dockerfile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 88d30880..1fc29c81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -91,10 +91,9 @@ COPY CMakeLists.txt /code/CMakeLists.txt COPY configure.sh /code/configure.sh COPY /modules/ /code/modules/ COPY /opendm/ /code/opendm/ -COPY /patched_files/ /code/patched_files/ COPY run.py /code/run.py COPY run.sh /code/run.sh -COPY /scripts/ /code/scripts/ +COPY /stages/ /code/stages/ COPY /SuperBuild/cmake/ /code/SuperBuild/cmake/ COPY /SuperBuild/CMakeLists.txt /code/SuperBuild/CMakeLists.txt COPY docker.settings.yaml /code/settings.yaml diff --git a/portable.Dockerfile b/portable.Dockerfile index 2a86f3aa..f344ea7d 100644 --- a/portable.Dockerfile +++ b/portable.Dockerfile @@ -91,10 +91,9 @@ COPY CMakeLists.txt /code/CMakeLists.txt COPY configure.sh /code/configure.sh COPY /modules/ /code/modules/ COPY /opendm/ /code/opendm/ -COPY /patched_files/ /code/patched_files/ COPY run.py /code/run.py COPY run.sh /code/run.sh -COPY /scripts/ /code/scripts/ +COPY /stages/ /code/stages/ COPY /SuperBuild/cmake/ /code/SuperBuild/cmake/ COPY /SuperBuild/CMakeLists.txt /code/SuperBuild/CMakeLists.txt COPY docker.settings.yaml /code/settings.yaml