You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a Docker image for the frontend, but I'm having problems with manifest.json not being part of the dist/ directory after yarn build. Any thoughts?
It look like you have another problem, but it's hard to see what with the prod build. Try with 'yarn serve'
Isn’t yarn serve for development purposes? This image is intended for production deployment, and thus having the dist/ directory created that statically being served by nginx.
Hi all,
I'm working on a Docker image for the frontend, but I'm having problems with
manifest.json
not being part of thedist/
directory afteryarn build
. Any thoughts?See my pull request on covid-self-report-mlt/self-report-frontend.
❤️
The text was updated successfully, but these errors were encountered: