diff --git a/Dockerfile b/Dockerfile index 9704b41..0bbeeb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,4 @@ COPY node_modules/ node_modules EXPOSE 3000 -CMD ["yarn", "start"] +CMD ["node", "lib/app.js"]