Skip to content

Commit

Permalink
Use correct env vars for build
Browse files Browse the repository at this point in the history
  • Loading branch information
jbirdjavi committed Dec 20, 2024
1 parent da387f3 commit a853202
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 @@ -36,9 +36,9 @@ COPY . .
# Environment required to build the application
ARG RAILS_ENV=production
ARG BUNDLE_DEPLOYMENT="1"
ARG SESSION_REDIS_DB_INDEX=1
ARG SESSION_REDIS_HOST=redis
ARG SESSION_REDIS_PORT=6379
ARG STORAGE_REDIS_DB_INDEX=1
ARG STORAGE_REDIS_HOST=redis
ARG STORAGE_REDIS_PORT=6379
ARG SECRET_KEY_BASE=abc123

# Precompile bootsnap code for faster boot times
Expand Down

0 comments on commit a853202

Please sign in to comment.