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
Hello, I want to try cuttlefish but I have issues with docker, specifically with rails the /app/log/development.log never was made so i made it "manually" with web: build: context: . dockerfile: dockerfiles/web volumes: - .:/app:cached - /app/log # The new line ports: - "3000:3000" links: - db - redis - smtp
In the .yml, I change permissions but I still with issues with the installation (I'm not finished), can you make a more detailed explanation of installation with docker?
The text was updated successfully, but these errors were encountered:
Hello, I want to try cuttlefish but I have issues with docker, specifically with rails the /app/log/development.log never was made so i made it "manually" with
web: build: context: . dockerfile: dockerfiles/web volumes: - .:/app:cached - /app/log # The new line ports: - "3000:3000" links: - db - redis - smtp
In the .yml, I change permissions but I still with issues with the installation (I'm not finished), can you make a more detailed explanation of installation with docker?
The text was updated successfully, but these errors were encountered: