Merge pull request #48 from calendso/revert-41-swc-fix

Revert "Fix 'Failed to load SWC binary' issue in Docker build process"
This commit is contained in:
Peer Richelsen 2021-11-18 00:23:21 +00:00 committed by GitHub
commit 3381e079c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ COPY calendso/package.json calendso/yarn.lock ./
COPY calendso/prisma prisma
RUN yarn install --frozen-lockfile
FROM node:14 as builder
FROM node:14-alpine as builder
WORKDIR /app
COPY calendso .
COPY --from=deps /app/node_modules ./node_modules