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