Skip to content

Commit

Permalink
Revert "update docker file fixing error in 'RUN npm install' caused b…
Browse files Browse the repository at this point in the history
…y canvas package"
  • Loading branch information
hkirat authored May 12, 2024
1 parent c9eac54 commit d01ca2f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@ FROM node:20-alpine

WORKDIR /usr/src/app

RUN apk add --update --no-cache \
make \
g++ \
jpeg-dev \
cairo-dev \
giflib-dev \
pango-dev \
libtool \
autoconf \
automake

COPY package.json package-lock.json ./
COPY prisma ./prisma

Expand Down

1 comment on commit d01ca2f

@aadltya
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm

Please sign in to comment.