项目文件夹

文件
2026-07-13 11:57:19 +08:00

6 行
153 B
Docker

FROM node:24-bullseye
# Vite wants to open the browser using `open`, so we
# need to install those utils.
RUN apt update -y && apt install -y xdg-utils