Skip to content

Commit

Permalink
Don't derp the arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
benlovell committed Dec 27, 2024
1 parent cabd212 commit e840649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ ARG BUNDLE_GEM__FURY__IO
ARG BUNDLE_GEMS__RAILSLTS__COM
ARG BUNDLE_GITHUB__COM

ENV BUNDLE_GEM__FURY__IO $BUNDLE_GEM__FURY__IO
ENV BUNDLE_GEMS__RAILSLTS__COM $BUNDLE_GEM__RAILSLTS__COM
ENV BUNDLE_GITHUB__COM $BUNDLE_GITHUB__COM
ENV BUNDLE_GEM__FURY__IO ${BUNDLE_GEM__FURY__IO}
ENV BUNDLE_GEMS__RAILSLTS__COM ${BUNDLE_GEM__RAILSLTS__COM}
ENV BUNDLE_GITHUB__COM ${BUNDLE_GITHUB__COM}

ENV RAILS_ENV production
ENV ALGOLIA_APP_ID NA
Expand Down

0 comments on commit e840649

Please sign in to comment.