Skip to content

Commit afccf07

Browse files
Node index.js path not found
1 parent deba336 commit afccf07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/pdf-analyzer-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ COPY --from=builder /app/node_modules ./node_modules
3333
COPY package.json ./package.json
3434

3535
EXPOSE 8080
36-
CMD ["node", "dist/index.js"]
36+
CMD ["node", "dist/server.js"]

0 commit comments

Comments
 (0)