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
When cloning the repo and running docker compose up --build for the first time, the frontend container does not start. These logs lead me to believe that parcel-bundler needs to be installed as part of building the frontend docker image.
frontend_1 | yarn run v1.22.5
frontend_1 | $ parcel ./src/index.html --open --hmr-port=1235
frontend_1 | /bin/sh: parcel: not found
frontend_1 | error Command failed with exit code 127.
The text was updated successfully, but these errors were encountered:
galbwe
changed the title
Frontend Docker Container Does Not Start After First Cloning the Repo
Frontend Docker Container Does Not Start When First Cloning the Repo
Oct 6, 2021
Hi! Is there intention to run frontend in dev or you'd prefer to run the production build? I have solution for both and can help with this issue. Let me know which approach do you prefer and let me help you with that.
When cloning the repo and running
docker compose up --build
for the first time, the frontend container does not start. These logs lead me to believe thatparcel-bundler
needs to be installed as part of building the frontend docker image.The text was updated successfully, but these errors were encountered: