feat: create public directory and add .gitkeep file
All checks were successful
Build & Deploy / build (push) Successful in 1m7s
All checks were successful
Build & Deploy / build (push) Successful in 1m7s
This commit is contained in:
@@ -11,6 +11,7 @@ WORKDIR /app
|
||||
RUN apk add --no-cache openssl
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
RUN mkdir -p public
|
||||
RUN npx prisma generate
|
||||
RUN npm run build
|
||||
|
||||
|
||||
0
public/.gitkeep
Normal file
0
public/.gitkeep
Normal file
Reference in New Issue
Block a user