File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,6 @@ RUN <<HEREDOC
1313 --ingroup ory \
1414 --shell /sbin/nologin \
1515 ory
16-
17- # Create the sqlite directory with ownership to that user and group:
18- # NOTE: This is required for read/write by SQLite.
19- # - Path may be a default value somewhere, or only explicitly provided via DSN?
20- # - Owner/Group is only relevant to permissions allowing the hydra process to read/write to the location.
21- # - Bind mount volumes will replace the ownership with that of the host directory, requiring correction.
22- install --owner ory --group ory --directory /var/lib/sqlite
2316HEREDOC
2417
2518COPY hydra /usr/bin/hydra
Original file line number Diff line number Diff line change 1+ This directory contains Dockerfiles for various targets. Only
2+ ` Dockerfile-distroless ` and ` Dockerfile-alpine ` are being published to Docker
3+ Hub. The other Dockerfiles are for local development and testing.
You can’t perform that action at this time.
0 commit comments