From 8cdcb34e538a06d41ac666ed98efe6457c3743de Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 10 May 2021 00:08:39 +0200 Subject: build: Include sample traces in simulator image This change updates the Dockerfile for the simulator to include the sample traces bundled with OpenDC. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index cc7649fa..9fc64b41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,6 @@ RUN ./gradlew --no-daemon :installDist FROM openjdk:15-slim COPY --from=0 /app/build/install /opt/ +COPY --from=0 /app/traces /opt/opendc/traces WORKDIR /opt/opendc CMD bin/opendc-web-runner -- cgit v1.2.3