Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Dec 11, 2024
1 parent 4ccab93 commit de6c6b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:20-alpine

RUN apk add --no-cache openssl

WORKDIR /app

COPY . .
Expand All @@ -11,4 +13,4 @@ RUN npx prisma db push

RUN npm run build

CMD [ "npm", "run", "start" ]
CMD [ "npm", "run", "start" ]

0 comments on commit de6c6b2

Please sign in to comment.