Skip to content

Commit

Permalink
fix: install openssl manually
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsdn0 authored Jan 15, 2025
1 parent c693d63 commit fcee815
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/api.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ RUN pnpm --filter @biseo/api... build

EXPOSE 8000

RUN apk add --no-cache openssl

CMD ["pnpm", "--filter", "@biseo/api", "prod"]


Expand Down

0 comments on commit fcee815

Please sign in to comment.