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
Hey @Jonathan-Dobson! These packages are currently added when you use the yarn rw exp setup-docker command - you can see this in the code here if you're interested. This command also does a few other tasks to ensure everything needed for our dockerfile setup is present in your project.
Currently we're working on updating our dependencies and how they're imported into your project - for exactly this reason of keeping the production container image small. Hopefully in the near future redwood projects will ship with these dependencies by default so that a default redwood projects works with the dockerfile without any additional dependencies being installed.
Thanks for your interest in Docker @Jonathan-Dobson! I'm going to close this for now since this feature hasn't been released yet and I believe @Josh-Walker-GM pointed out the issue. It'll be released soon.
What's not working?
It appears the rw-server was not installed.
How do we reproduce the bug?
cd
into it.docker compose -f ./docker-compose.prod.yml up
or build it withdocker build .
What's your environment? (If it applies)
Are you interested in working on this?
The text was updated successfully, but these errors were encountered: