Make open source the default, and check for sass instead
This commit is contained in:
committed by
Jorge Manrubia
parent
09866d7081
commit
e1e9a01720
+1
-1
@@ -18,7 +18,7 @@ RUN apt-get update -qq && \
|
||||
|
||||
# Install application gems
|
||||
COPY Gemfile Gemfile.lock .ruby-version ./
|
||||
COPY lib/bootstrap.rb ./lib/bootstrap.rb
|
||||
COPY lib/fizzy.rb ./lib/fizzy.rb
|
||||
COPY gems ./gems/
|
||||
RUN --mount=type=secret,id=GITHUB_TOKEN --mount=type=cache,id=fizzy-devbundle-${RUBY_VERSION},sharing=locked,target=/devbundle \
|
||||
gem install bundler foreman && \
|
||||
|
||||
Reference in New Issue
Block a user