Commit 3760164 1 parent 331fe65 commit 3760164 Copy full SHA for 3760164
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ FROM node:16-alpine AS compile
2
2
3
3
WORKDIR /usr/src/app
4
4
5
- RUN apk add sudo build-base libpng libpng-dev jpeg-dev pango-dev cairo-dev giflib-dev
5
+ RUN apk add sudo build-base libpng libpng-dev jpeg-dev pango-dev cairo-dev giflib-dev openssl1.1-compat
6
6
COPY package.json ./
7
7
COPY yarn.lock ./
8
8
COPY packages/creepyface-site/package.json ./packages/creepyface-site/package.json
9
9
COPY packages/creepyface-site/prisma ./packages/creepyface-site/prisma
10
10
RUN yarn --frozen-lockfile
11
11
COPY lerna.json ./
12
12
COPY packages/creepyface-site ./packages/creepyface-site
13
+ RUN yarn prisma generate
13
14
RUN yarn build
14
15
RUN yarn install --production --ignore-scripts --prefer-offline
15
16
You can’t perform that action at this time.
0 commit comments