diff --git a/Dockerfile b/Dockerfile index 8b02ea5..3816342 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ RUN npm install --production COPY . . -CMD [ "node", "bob_party/App.tsx" ] \ No newline at end of file +CMD [ "npm", "start" ] \ No newline at end of file