zrcadlo
https://github.com/excalidraw/excalidraw.git
synchronizováno 2025-11-02 03:44:34 +01:00
6 řádky
153 B
Docker
6 řádky
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
|