0
0
Fork 0
salix-front-mindshore-fork2/Dockerfile

6 lines
145 B
Docker

FROM oven/bun:1
RUN bun install -g @quasar/cli
WORKDIR /app
COPY dist/spa ./
CMD ["quasar", "serve", "./", "--history", "--hostname", "0.0.0.0"]