Removed bin

This commit is contained in:
dunemask 2023-08-07 11:31:52 -06:00
parent 3ba14ec821
commit 5359cacf18

View file

@ -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"]