Update docker/Dockerfile

This commit is contained in:
2026-07-24 12:48:11 +00:00
parent 0683856d2b
commit 970fe414e0
+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 /app/dist
COPY --from=build /app/dist ./dist
EXPOSE 4000