Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Oct 17, 2022
1 parent 4a9ee97 commit 328ead1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:18-alpine as base
WORKDIR /app
RUN apk update --no-cache
RUN apk add --no-cache python3 make gcc g++ bash curl
COPY package.json yarn.lock tsconfig.json tsup.config.js prisma ./
COPY package.json yarn.lock tsconfig.json tsup.config.ts prisma ./

# Build
FROM base as build
Expand Down

0 comments on commit 328ead1

Please sign in to comment.