0
0
Fork 0

refs #6797 feat(Dockerfile) use bun

This commit is contained in:
Alex Moreno 2024-02-21 12:15:16 +01:00
parent 30b8e25a74
commit 1bb0d0db94
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
FROM node:stretch-slim
RUN curl -fsSL https://bun.sh/install | bash
FROM oven/bun:1
RUN bun install -g @quasar/cli
WORKDIR /app
COPY dist/spa ./