diff --git a/Dockerfile b/Dockerfile
index 9a4f066b908d9567fbb8bc57c85226b46083b253..540644a20647dd0973eef73ce7ca962a93216f98 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,4 +6,4 @@ ADD . /app
 RUN yarn --production --non-interactive --no-progress -s
 
 EXPOSE 8080
-CMD ["node", "index.js"]
+CMD ["node", "src/index.js"]