revert dockerfile
All checks were successful
CI / build (push) Successful in 12s
CI / lint (push) Successful in 7s
CI / build-and-push-docker (push) Successful in 36s

This commit is contained in:
2025-08-29 14:37:34 +02:00
parent 55af06c573
commit 795df16f5b

View File

@@ -1,5 +1,3 @@
# use bun to serve
FROM oven/bun:latest FROM oven/bun:latest
WORKDIR /app WORKDIR /app
@@ -8,4 +6,4 @@ COPY . .
RUN bun install RUN bun install
CMD ["bun", "run", "dev"] CMD ["bun", "run", "dev", "--host"]