This commit is contained in:
parent
d9f17bb761
commit
32f763e62f
@ -29,7 +29,7 @@ RUN pnpm install --production
|
||||
# Copy build artifacts from the build stage
|
||||
COPY --from=build /base/.next ./.next
|
||||
COPY --from=build /base/public ./public
|
||||
COPY --from=build /base/next.config.js ./
|
||||
COPY --from=build /base/next.config.mjs ./
|
||||
|
||||
# Expose the port for the application
|
||||
EXPOSE 3000
|
||||
|
Loading…
Reference in New Issue
Block a user