Skip to content

Commit

Permalink
tmp: add example dataset for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse committed Oct 3, 2024
1 parent 2f75ef3 commit 56f7a64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ RUN GITCOMMIT=$(git rev-parse HEAD) \
&& go build -C tests/data_generator \
-o /data-generator

COPY tests/data_generator/example_test_data_config2.yaml /example_dataset.yaml

FROM alpine
RUN apk add --no-cache bash
COPY --from=builder /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/ssl/certs/ca-certificates.crt
COPY --from=builder /cohort-middleware /cohort-middleware
COPY --from=builder /data-generator /data-generator
COPY --from=builder /example_dataset.yaml /example_dataset.yaml

CMD ["/cohort-middleware"]

0 comments on commit 56f7a64

Please sign in to comment.