diff --git a/Dockerfile b/Dockerfile index 98acde7f97dee7cf7575ca6519c62bc72413d88a..533398dbdd9c894661af7a9699275e30f52bf12b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ COPY . . RUN npm run build EXPOSE 3000 -CMD ["node", "build/index.js"] +CMD ["node", "handler.js"]