Skip to content

Commit 520ef0d

Browse files
committed
Fixing docker image
1 parent 331fe65 commit 520ef0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ COPY packages/creepyface-site/prisma ./packages/creepyface-site/prisma
1010
RUN yarn --frozen-lockfile
1111
COPY lerna.json ./
1212
COPY packages/creepyface-site ./packages/creepyface-site
13+
RUN yarn prisma generate
1314
RUN yarn build
1415
RUN yarn install --production --ignore-scripts --prefer-offline
1516

0 commit comments

Comments
 (0)