Files
nixi-api/.devcontainer/Dockerfile

7 lines
129 B
Docker

FROM node:24
WORKDIR /app
RUN apt update &&\
apt install git curl unzip -y &&\
curl -fsSL https://bun.sh/install | bash