mirror of
https://github.com/towfiqi/serpbear
synced 2025-06-26 18:15:54 +00:00
fix: Removes dev files from docker volumes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user