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
|
||||
RUN curl -fsSL https://bun.sh/install | bash
|
||||
FROM oven/bun:1
|
||||
RUN bun install -g @quasar/cli
|
||||
WORKDIR /app
|
||||
COPY dist/spa ./
|
||||
|
|
Loading…
Reference in New Issue