Skip to content

Commit

Permalink
feat(api): add Kerberos authentication support
Browse files Browse the repository at this point in the history
closes #99
  • Loading branch information
osmolovyk authored Jun 21, 2024
1 parent d69eb19 commit 4febd6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ RUN npm install --omit dev
FROM node:18-alpine
WORKDIR /app

RUN apk add --no-cache krb5 krb5-libs

COPY --from=build --chown=node:node /build/dist/apps/api ./api
COPY --from=build --chown=node:node /build/node_modules node_modules/

Expand Down

0 comments on commit 4febd6f

Please sign in to comment.