MakeFile created.
This commit is contained in:
@@ -16,7 +16,7 @@ COPY src/ ./src/
|
||||
COPY .env.example ./
|
||||
|
||||
# Build the application (using Linux-compatible build command)
|
||||
RUN npm run build:linux
|
||||
RUN npm run build:linux:linux
|
||||
|
||||
# Production stage
|
||||
FROM node:18-alpine AS production
|
||||
|
||||
Reference in New Issue
Block a user