Skip to content

Commit

Permalink
Check if this is available during build
Browse files Browse the repository at this point in the history
  • Loading branch information
benlovell committed Dec 27, 2024
1 parent 1cf6cfa commit 7aaaefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update -qq && apt-get install -y build-essential nodejs npm
RUN mkdir /myapp
WORKDIR /myapp

ENV BUNDLE_GEM__FURY__IO=7LFoF-x9YJoqOoGxi84i6BCDfxDvRt0
# ENV BUNDLE_GEM__FURY__IO=7LFoF-x9YJoqOoGxi84i6BCDfxDvRt0
ENV APP_NAME=CMS
ENV RAILS_ENV=production
ENV RAILS_GROUPS=assets
Expand Down

0 comments on commit 7aaaefb

Please sign in to comment.