Reactjs – Unable to run a React application in a docker form
I have a small React application memegenerator application which runs marvelously in local setting without any docker properly. gitlink: https://github.com/ajahi/memegenerator.git The application structure is as such. -dist -assets -index.html -vite.svg -Dockerfile -index.html -node_modules -package,json -public -vite.svg -src -App.jsx -assets -components…