Skip to content

Commit

Permalink
Fixed open SSL issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ggggg committed Jan 16, 2025
1 parent 18d819f commit 43977ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:18-alpine

RUN apk add openssl

RUN npm install -g typescript

COPY package.json ./
Expand Down

0 comments on commit 43977ad

Please sign in to comment.