diff --git a/Dockerfile b/Dockerfile index cfcb8aa..015f7ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ RUN npm run build EXPOSE 3100 # Start der App -CMD ["node", "dist/index.js"] +CMD ["node", "dist/src/index.js"]