diff --git a/Dockerfile b/Dockerfile
index c0ab495..d2d11d9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,4 +15,4 @@ COPY . .
 RUN npm install
 
 
-CMD ["node", "app.js"]
\ No newline at end of file
+CMD ["node", "dist/app.js"]
\ No newline at end of file