edit dockerfile
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user