From 241c66f1211f67440ef558311c3526bbe00d1dfc Mon Sep 17 00:00:00 2001 From: dandds Date: Wed, 11 Dec 2019 09:34:06 -0500 Subject: [PATCH] Copy reporting fixture into the Dockerfile. In order for the fixture data to be available in the container at runtime, we need to copy it into the final stage of the Docker image. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e11a8723..744c9739 100644 --- a/Dockerfile +++ b/Dockerfile @@ -87,6 +87,7 @@ COPY --from=builder /install/translations.yaml . COPY --from=builder /install/script/seed_roles.py ./script/seed_roles.py COPY --from=builder /install/script/sync-crls ./script/sync-crls COPY --from=builder /install/static/ ./static/ +COPY --from=builder /install/fixtures/ ./fixtures COPY --from=builder /install/uwsgi.ini . COPY --from=builder /usr/local/bin/uwsgi /usr/local/bin/uwsgi