uptime/Dockerfile
Elizabeth Hunt 4fd40b1f9d
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2024-12-14 23:55:51 -08:00

7 lines
95 B
Docker

FROM oven/bun
COPY . /app
WORKDIR /app/
RUN bun install
RUN bun test
CMD bun run /app/index.ts