mirror of
https://github.com/excalidraw/excalidraw.git
synced 2026-05-17 13:40:38 +00:00
6 lines
153 B
Docker
6 lines
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
|