Removed bin

This commit is contained in:
dunemask 2023-08-07 11:31:52 -06:00
parent 1084f5d937
commit 81d65975d0

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