Files
Excalidraw/excalidraw/.codesandbox/Dockerfile
T
Yuzhong Zhang 602f4629ff init frontend
2025-07-05 23:22:48 +08:00

6 lines
153 B
Docker

FROM node:18-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