mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
7 lines
77 B
Docker
7 lines
77 B
Docker
FROM oven/bun
|
|
WORKDIR /app
|
|
COPY . /app
|
|
RUN env
|
|
RUN bun install
|
|
CMD bun start
|