From 0b2880156528a4a5d83f2f8177f692aa39ca5d50 Mon Sep 17 00:00:00 2001 From: Joseph McKinsey Date: Thu, 6 Oct 2022 16:54:04 -0600 Subject: [PATCH] Move docker scenario to scenario folder --- Dockerfile | 2 +- docker_system.json => scenarios/docker_system.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docker_system.json => scenarios/docker_system.json (100%) diff --git a/Dockerfile b/Dockerfile index 02d30b1..df8c17c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN --mount=type=secret,id=gadal_github_key pip install git+ssh://git@github.com WORKDIR /simulation COPY test_full_systems.py . -COPY docker_system.json . +COPY scenarios/docker_system.json docker_system.json COPY AWSFeeder AWSFeeder COPY LocalFeeder LocalFeeder COPY README.md . diff --git a/docker_system.json b/scenarios/docker_system.json similarity index 100% rename from docker_system.json rename to scenarios/docker_system.json