MakeFile created.

This commit is contained in:
2025-09-18 18:43:39 +09:00
parent 0566901fa4
commit 9281388959
28 changed files with 376 additions and 977 deletions

View File

@@ -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