Skip to content

Commit

Permalink
Merge pull request #578 from code100x/revert-564-canva-docker-update
Browse files Browse the repository at this point in the history
Revert "update docker file fixing error in 'RUN npm install' caused by canvas package"
  • Loading branch information
hkirat authored May 12, 2024
2 parents c9eac54 + d01ca2f commit 0d3f37a
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

0 comments on commit 0d3f37a

Please sign in to comment.