edit dockerfile

This commit is contained in:
2026-09-23 19:02:26 +02:00
parent 8132fca9b6
commit 808bba3695

View File

@@ -3,6 +3,7 @@
FROM oven/bun:1 AS base FROM oven/bun:1 AS base
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY . .
RUN bun install RUN bun install
# run the app # run the app