fix: Removes dev files from docker volumes

This commit is contained in:
towfiqi
2023-11-04 11:25:56 +06:00
parent 4620f11c4b
commit 454454a422

View File

@@ -10,6 +10,7 @@ COPY . .
FROM node:lts-alpine AS builder
WORKDIR /app
COPY --from=deps /app ./
RUN rm -rf /app/data
RUN npm run build