Add precompiling assets

This commit is contained in:
Karol Sójko
2020-06-17 07:03:07 +02:00
parent 0a58c31f11
commit 1b6dadd4f7

View File

@@ -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