Skip to content

Commit 9a7a23b

Browse files
committed
chore: synchronize workspaces
1 parent 889f959 commit 9a7a23b

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.docker/Dockerfile-alpine

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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
2316
HEREDOC
2417

2518
COPY hydra /usr/bin/hydra

.docker/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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.

0 commit comments

Comments
 (0)