7 Commits

Author SHA1 Message Date
glide-the
fbb2db6963 chore(docker): update Dockerfile to copy built application from dist and set entrypoint correctly\n\n- Adjusted COPY command to reference the new dist directory\n- Updated entrypoint to use the correct path for cli.js 2025-09-13 22:52:39 +08:00
dev
da15ca5a5f Dockerfile: fix runtime error Module not found "/app/src/entrypoints/cli.tsx" 2025-09-02 16:22:22 +08:00
Xinlu Lai
df745ac15c
Merge pull request #36 from glide-the/fix-docker
Update Dockerfile to copy only package.json for dependency installation
2025-08-24 04:44:38 +08:00
glide-the
e606d53e9a Update Dockerfile to copy only package.json for dependency installation 2025-08-22 02:39:54 +08:00
luojiyin
07380da992
feat: Docker multi-stage build with Node.js 22 2025-08-21 17:59:34 +08:00
glide-the
598726fe85 Refactor Dockerfile entrypoint and update README instructions
- Simplified the entrypoint script by removing the dynamic workspace directory creation.
- Updated the command in the entrypoint to use a fixed workspace path.
- Modified README files to include the --no-cache option in the Docker build command for a clean build.
2025-08-13 02:18:31 +08:00
glide-the
3b44c1658a Add Docker support with Dockerfile and .dockerignore
- Introduced Dockerfile for building the application with Node.js 18 on Alpine.
- Configured npm and pip to use China mirrors for faster package installations.
- Added .dockerignore to exclude node_modules from the Docker context.
- Updated README files with Docker usage instructions and configuration details.
2025-08-13 01:26:27 +08:00