Update Dockerfile

This commit is contained in:
chark1es 2025-06-16 18:35:25 -07:00
parent f4ea7209f5
commit f97bbb0872

View file

@ -35,6 +35,9 @@ RUN bun install
# Copy the rest of your app # Copy the rest of your app
COPY . . COPY . .
# Build the application
RUN bun run build
# Expose the port your app runs on (change if needed) # Expose the port your app runs on (change if needed)
EXPOSE 3000 EXPOSE 3000