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:
committed by
Elias Schneider
parent
35b227cd17
commit
cb2a9f9f7d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user