forked from verdnatura/salix-front
refs #6797 feat(Dockerfile) use bun
This commit is contained in:
parent
30b8e25a74
commit
1bb0d0db94
|
@ -1,5 +1,4 @@
|
||||||
FROM node:stretch-slim
|
FROM oven/bun:1
|
||||||
RUN curl -fsSL https://bun.sh/install | bash
|
|
||||||
RUN bun install -g @quasar/cli
|
RUN bun install -g @quasar/cli
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY dist/spa ./
|
COPY dist/spa ./
|
||||||
|
|
Loading…
Reference in New Issue