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.
This commit is contained in:
parent
cba1a71498
commit
241c66f121
@ -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/seed_roles.py ./script/seed_roles.py
|
||||||
COPY --from=builder /install/script/sync-crls ./script/sync-crls
|
COPY --from=builder /install/script/sync-crls ./script/sync-crls
|
||||||
COPY --from=builder /install/static/ ./static/
|
COPY --from=builder /install/static/ ./static/
|
||||||
|
COPY --from=builder /install/fixtures/ ./fixtures
|
||||||
COPY --from=builder /install/uwsgi.ini .
|
COPY --from=builder /install/uwsgi.ini .
|
||||||
COPY --from=builder /usr/local/bin/uwsgi /usr/local/bin/uwsgi
|
COPY --from=builder /usr/local/bin/uwsgi /usr/local/bin/uwsgi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user