backuppc 2ae9f7932a Dockerfile은 Node.js 환경에서 빌드 후 Nginx로 정적 파일을 제공하며, 앞서 설정한 nginx.conf를 사용합니다.
vite.config.ts의 base: '/serial/' 설정에 맞춰 빌드된 파일을 /usr/share/nginx/html/serial 디렉토리로 복사합니다.
  EXPOSE 80으로 80 포트를 개방합니다.
✦ Dockerfile과 nginx.conf 생성이 완료되었습니다. 이제 변경 사항을 커밋하고 푸시하겠습니다.
  (참고: vite.config.ts 변경 사항도 함께 포함합니다.)
2026-01-16 14:42:56 +09:00
2026-01-16 14:35:56 +09:00
2026-01-16 14:35:56 +09:00
2026-01-16 14:35:56 +09:00
2026-01-16 14:35:56 +09:00
2026-01-16 14:35:56 +09:00
2026-01-16 14:35:56 +09:00
2026-01-16 14:35:56 +09:00
2026-01-16 14:35:56 +09:00
2026-01-16 14:35:56 +09:00
2026-01-16 14:35:56 +09:00
2026-01-16 14:35:56 +09:00
2026-01-16 14:35:56 +09:00

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1mwwZRLGTPE76wHsg2Mh5ks9vrdtLnPNE

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev
Description
serial port monitor & bypass data
https://app.tindevil.com/serial
Readme 65 KiB
Languages
TypeScript 94.7%
HTML 4.1%
Dockerfile 1.2%