From 8a9f5573bef3f68316add17c04a47cc4e5fe75fa Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 1 Oct 2020 00:49:53 +0200 Subject: Move OpenDC modules into simulator root This change moves the OpenDC modules previously living in the simulator/opendc directory to the simulator directory itself given that we do not make a distinction between OpenDC and odcsim anymore. --- simulator/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'simulator/Dockerfile') diff --git a/simulator/Dockerfile b/simulator/Dockerfile index e42c7f14..880af95d 100644 --- a/simulator/Dockerfile +++ b/simulator/Dockerfile @@ -23,9 +23,9 @@ RUN ./gradlew clean build --no-daemon > /dev/null 2>&1 || true # Build project COPY ./ /app/ -RUN ./gradlew --no-daemon :opendc:opendc-runner-web:installDist +RUN ./gradlew --no-daemon :opendc-runner-web:installDist FROM openjdk:14-slim -COPY --from=builder /app/opendc/opendc-runner-web/build/install /app +COPY --from=builder /app/opendc-runner-web/build/install /app WORKDIR /app CMD opendc-runner-web/bin/opendc-runner-web -- cgit v1.2.3