build(Dockerfile): update build command for production
This commit is contained in:
@ -25,7 +25,7 @@ COPY --from=build /app /app
|
||||
|
||||
# Install only production dependencies
|
||||
RUN bun install --prod
|
||||
RUN bun next build
|
||||
RUN bun astro build
|
||||
|
||||
# Expose the application port
|
||||
EXPOSE 3001
|
||||
|
Reference in New Issue
Block a user