From d2457a70120144c53caf0b73049faa2b845b0305 Mon Sep 17 00:00:00 2001 From: Naofumi Kagami Date: Fri, 27 Sep 2024 21:26:19 +0900 Subject: [PATCH] =?UTF-8?q?Docker=20workdirectory=20is=20=E2=80=9Crails?= =?UTF-8?q?=E2=80=9D=20not=20=E2=80=9Capp=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/deploy.yml b/config/deploy.yml index ff8281b..1c6370e 100644 --- a/config/deploy.yml +++ b/config/deploy.yml @@ -58,13 +58,13 @@ ssh: # Use a persistent storage volume. # volumes: - - "tailwind_rails_storage:/app/storage" + - "tailwind_rails_storage:/rails/storage" # Bridge fingerprinted assets, like JS and CSS, between versions to avoid # hitting 404 on in-flight requests. Combines all files from new and old # version inside the asset_path. # -# asset_path: /app/public/assets +asset_path: "/rails/public/assets" # Configure rolling deploys by setting a wait time between batches of restarts. #