Dockerfile 153 B

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