Files
wunix.rhpidfyre.io/Dockerfile
2025-02-16 19:36:08 -05:00

8 lines
87 B
Docker

FROM oven/bun
COPY package.json .
COPY astro.config.mjs .
COPY src/ .
COPY public/ .