Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 3dd7f2b

Browse files
author
satoshinotdead
committed
openssl+permissions
1 parent 2ca0d1e commit 3dd7f2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VOLUME [ "/data" ]
55
ARG DB_TYPE=sqlite
66
ENV DB_TYPE=$DB_TYPE
77

8-
RUN apk add --no-cache python3 py3-pip make gcc g++
8+
RUN apk add --no-cache python3 py3-pip make gcc g++ openssl
99

1010
COPY . /app
1111

@@ -32,6 +32,7 @@ COPY --from=builder /app/.next ./.next
3232
COPY . /app
3333

3434
RUN mkdir -p /data && chown -R node:node /data
35+
RUN chown -R node:node /app
3536

3637
EXPOSE 3000/tcp
3738

0 commit comments

Comments
 (0)