feat(server): reset admin password using cli command in the server container (#928)

This commit is contained in:
Jason Rasmussen
2022-11-05 12:28:40 -04:00
committed by GitHub
parent dd8a4c0c56
commit 02bc84062e
9 changed files with 300 additions and 277 deletions

View File

@@ -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