diff --git a/Dockerfile b/Dockerfile index 2c3ea33..0900a09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,6 @@ RUN apk add --no-cache ca-certificates COPY --from=builder /out/cpu-benchmark-server /app/cpu-benchmark-server COPY templates /app/templates -COPY example_jsons /app/example_jsons ENV APP_ADDR=:8080 ENV BADGER_DIR=/data/badger