Update Dockerfile
This commit is contained in:
parent
f4ea7209f5
commit
f97bbb0872
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ RUN bun install
|
|||
# Copy the rest of your app
|
||||
COPY . .
|
||||
|
||||
# Build the application
|
||||
RUN bun run build
|
||||
|
||||
# Expose the port your app runs on (change if needed)
|
||||
EXPOSE 3000
|
||||
|
||||
|
|
Loading…
Reference in a new issue