mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-23 15:58:57 +00:00
Update Dockerfile
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
FROM oven/bun
|
FROM oven/bun
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
RUN env
|
||||||
RUN bun install
|
RUN bun install
|
||||||
CMD bun start
|
CMD bun start
|
||||||
|
|||||||
Reference in New Issue
Block a user