Update Dockerfile
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ FROM node:22-alpine AS final
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy the built assets from the build stage.
|
# Copy the built assets from the build stage.
|
||||||
COPY --from=build /app/dist ./dist
|
COPY --from=build /app/preview ./dist
|
||||||
|
|
||||||
EXPOSE 4000
|
EXPOSE 4000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user