docker image fix
This commit is contained in:
@@ -15,8 +15,8 @@ RUN npm ci && npm cache clean --force
|
||||
COPY src/ ./src/
|
||||
COPY .env.example ./
|
||||
|
||||
# Build the application
|
||||
RUN npm run build
|
||||
# Build the application (using Linux-compatible build command)
|
||||
RUN npm run build:linux
|
||||
|
||||
# Production stage
|
||||
FROM node:18-alpine AS production
|
||||
|
||||
Reference in New Issue
Block a user