gmokercom/Dokerfile
2024-08-03 15:58:00 +02:00

12 lines
199 B
Plaintext

FROM docker.io/oven/bun:1.1-slim AS build
WORKDIR /app
COPY package.json bun.lockb .
RUN bun install
COPY . .
RUN bun run build
EXPOSE 5173
CMD ["bun start", "host", "0"]
##-p pour acceder au port