diff --git a/Dockerfile b/Dockerfile index 8720519..0981d9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,5 @@ COPY index.html . COPY vite.config.js . RUN npm run build:react # Copy bin over -COPY bin bin +#COPY bin bin CMD ["npm","start"]