edit dockerfile
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
FROM oven/bun:1 AS base
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY . .
|
||||
RUN bun install
|
||||
|
||||
# run the app
|
||||
|
||||
Reference in New Issue
Block a user