casino/.gitea/bunPipeline/Dockerfile

6 lines
No EOL
74 B
Docker

FROM imbios/bun-node
COPY package.json .
COPY bun.lock .
RUN bun install