diff --git a/Dockerfile b/Dockerfile index 090fc0c..c3cd73b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,4 +51,4 @@ COPY --from=build /home/node/app/locales ./locales/ COPY --from=build /home/node/app/dist . COPY --from=build /home/node/app/NekoMelody/dist ./NekoMelody/dist -CMD [ "node", "index.js"] +CMD [ "node", "src/index.js"]