Logo
Explore Help
Register Sign In
gavindiaz/PolyWeather
1
0
Fork 0
You've already forked PolyWeather
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
codex/api-performance-timing
PolyWeather/frontend/prod.Dockerfile
T

12 lines
196 B
Docker
Raw Permalink Normal View History

feat: add scan terminal dashboard, fallback city mapping, and Nginx deployment configuration
2026-05-26 05:20:36 +08:00
FROM node:20-alpine AS runner
CI/CD 优化:前端构建产物上传 artifact,VPS 跳过二次 npm run build
2026-05-26 02:39:02 +08:00
feat: add scan terminal dashboard, fallback city mapping, and Nginx deployment configuration
2026-05-26 05:20:36 +08:00
ENV NODE_ENV=production
WORKDIR /app/frontend
CI/CD 优化:前端构建产物上传 artifact,VPS 跳过二次 npm run build
2026-05-26 02:39:02 +08:00
feat: add scan terminal dashboard, fallback city mapping, and Nginx deployment configuration
2026-05-26 05:20:36 +08:00
COPY public ./public
COPY .next/standalone ./
COPY .next/static ./.next/static
CI/CD 优化:前端构建产物上传 artifact,VPS 跳过二次 npm run build
2026-05-26 02:39:02 +08:00
EXPOSE 3000
feat: add scan terminal dashboard, fallback city mapping, and Nginx deployment configuration
2026-05-26 05:20:36 +08:00
CMD ["node", "server.js"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.26.4 Page: 147ms Template: 13ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API