Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jan 10, 2025
1 parent 769df4f commit cce17fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .docker/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ RUN <<HEREDOC
--ingroup ory \
--shell /sbin/nologin \
ory

# Create the sqlite directory with ownership to that user and group:
# NOTE: This is required for read/write by SQLite.
# - Path may be a default value somewhere, or only explicitly provided via DSN?
# - Owner/Group is only relevant to permissions allowing the hydra process to read/write to the location.
# - Bind mount volumes will replace the ownership with that of the host directory, requiring correction.
install --owner ory --group ory --directory /var/lib/sqlite
HEREDOC

COPY hydra /usr/bin/hydra
Expand Down
3 changes: 3 additions & 0 deletions .docker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This directory contains Dockerfiles for various targets. Only
`Dockerfile-distroless` and `Dockerfile-alpine` are being published to Docker
Hub. The other Dockerfiles are for local development and testing.

0 comments on commit cce17fc

Please sign in to comment.