Skip to content

Commit

Permalink
jwt key as base64 string
Browse files Browse the repository at this point in the history
  • Loading branch information
sayyidyofa committed Jan 10, 2025
1 parent 4fd3efd commit 4fa26ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ COPY --from=install /temp/prod/node_modules node_modules
COPY --from=prerelease /usr/src/app/src ./src
COPY --from=prerelease /usr/src/app/package.json .
COPY --from=prerelease /usr/src/app/tsconfig.json .
COPY --from=prerelease /usr/src/app/keypairs ./keypairs
RUN chown -R bun:bun /usr/src/app

# run the app
Expand Down

0 comments on commit 4fa26ea

Please sign in to comment.