Feature/remove paywall (#4)

* Removing paywall from Company logo + white-label basics, User roles, Email reminders, Conditional fields + formulas and API/Embedding - build error

* Removing paywall from Company logo + white-label basics, User roles, Email reminders, Conditional fields + formulas and API/Embedding - build fix
pull/668/head
Eros Stein 2 months ago committed by GitHub
parent 92b14b092f
commit 1f486ff9bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -42,8 +42,8 @@ COPY ./app/javascript ./app/javascript
COPY ./app/views ./app/views
RUN SHAKAPACKER_VERSION="$(ruby -e 'puts File.read("Gemfile.lock")[/^ shakapacker \(([^)]+)\)$/, 1]')" && \
printf "source 'https://rubygems.org'\ngem 'shakapacker', '%s'\n" "$SHAKAPACKER_VERSION" > Gemfile && \
./bin/shakapacker
printf "source 'https://rubygems.org'\ngem 'shakapacker', '%s'\n" "$SHAKAPACKER_VERSION" > shakapacker.Gemfile && \
BUNDLE_GEMFILE=/app/shakapacker.Gemfile ./bin/shakapacker
FROM ruby:4.0.1-alpine AS app

Loading…
Cancel
Save