excalidraw/examples/with-script-in-browser/.codesandbox/Dockerfile
2025-02-28 16:49:09 +01:00

5 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