From 1b6dadd4f7901db92e2885a97dbca92908c56d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Wed, 17 Jun 2020 07:03:07 +0200 Subject: [PATCH] Add precompiling assets --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3fa734d96..47d6f7317 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,8 +40,7 @@ RUN npm install RUN npm run build -# Uncomment the line below for production: -# RUN bundle exec rake assets:precompile +RUN bundle exec rake assets:precompile EXPOSE 3000