summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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