Replies: 1 comment
-
I saw a different comment first and already converted this one over to an issue: #359 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My first time trying to install the service.
The
docker compose up
directions are not working on new installs as of 2024-05-19. While I am quite experienced in Docker and other languages (C++, C#, PHP, JavaScript), I have zero experience with Ruby nor Tailwind and am unable to troubleshoot this.When you do
docker compose up
now you get hit with:So I went in and edited
config/environments/development.rb
and changed line 79 fromto
so that it, you know, runs on Docker networks...
But then I get hit with a big-ole Sprockets::Rails::Helper::AssetNotFound in Sessions#new
The asset "tailwind.css" is not present in the asset pipeline.
error.
Also, I want to run this via docker in production. How do I change the environment???
It seems you left stuff out of the README and/or the docker compose setup has bitrotted in just 3 months to the point of not being able to be setup on the first run.
Beta Was this translation helpful? Give feedback.
All reactions