Update Dockerfile

This commit is contained in:
2026-07-24 12:57:29 +00:00
parent 043e577692
commit 2d068bda03
+1 -1
View File
@@ -20,7 +20,7 @@ FROM node:22-alpine AS final
WORKDIR /app
# Copy the built assets from the build stage.
COPY --from=build /app/dist ./dist
COPY --from=build /app/preview ./dist
EXPOSE 4000