Update Dockerfile
This commit is contained in:
+2
-2
@@ -28,6 +28,6 @@ WORKDIR /app
|
|||||||
|
|
||||||
# Copy only the built output - no source, no .env, no dev deps
|
# Copy only the built output - no source, no .env, no dev deps
|
||||||
COPY --from=builder /app/build ./build
|
COPY --from=builder /app/build ./build
|
||||||
COPY --from=builder /app/server.mjs ./server.mjs
|
COPY --from=builder /app/server.js ./server.js
|
||||||
|
|
||||||
CMD ["node", "server.mjs"]
|
CMD ["node", "server.js"]
|
||||||
|
|||||||
Reference in New Issue
Block a user