diff --git a/Dockerfile b/Dockerfile index a3a5d2e..8f77d98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,4 +68,4 @@ EXPOSE 3001 ENV NODE_ENV=production # Démarrer l'application -CMD ["node", "dist/main.js"] \ No newline at end of file +CMD ["node", "dist/src/main.js"] \ No newline at end of file