mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
feat(server): reset admin password using cli command in the server container (#928)
This commit is contained in:
@@ -26,9 +26,10 @@ RUN mkdir -p /usr/src/app/dist \
|
||||
|
||||
COPY --from=builder /usr/src/app/node_modules ./node_modules
|
||||
COPY --from=builder /usr/src/app/dist ./dist
|
||||
COPY --from=builder /usr/src/app/bin ./bin
|
||||
|
||||
RUN npm prune --production
|
||||
|
||||
VOLUME /usr/src/app/upload
|
||||
|
||||
EXPOSE 3001
|
||||
EXPOSE 3001
|
||||
|
||||
Reference in New Issue
Block a user