1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-07 06:30:44 +00:00

refactor: replace create-one-time-access-token script with in-app functionality (#540)

This commit is contained in:
Alessandro (Ale) Segala
2025-05-18 04:22:40 -07:00
committed by Elias Schneider
parent 35b227cd17
commit cb2a9f9f7d
8 changed files with 132 additions and 136 deletions

View File

@@ -41,9 +41,8 @@ RUN apk add --no-cache curl su-exec
COPY --from=backend-builder /build/pocket-id-backend /app/pocket-id
COPY ./scripts/docker /app/docker
COPY ./scripts/create-one-time-access-token.sh /app/
RUN chmod +x /app/pocket-id /app/create-one-time-access-token.sh && \
RUN chmod +x /app/pocket-id && \
find /app/docker -name "*.sh" -exec chmod +x {} \;
EXPOSE 1411