Skip to content

Commit

Permalink
Skip memcache requirement during docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Feb 8, 2024
1 parent d55ae80 commit c343c7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ ARG SENTRY_CURRENT_ENV
ARG PS1="$SENTRY_CURRENT_ENV > "
ARG TZ="Europe/Zurich"

# Custom ARGs for Puzzletime
ARG SKIP_MEMCACHE_CHECK=true

#################################
# Build Stage #
Expand All @@ -81,6 +83,9 @@ ARG RAILS_HOST_NAME
ARG SECRET_KEY_BASE
ARG TZ

# Custom ARGs
ARG SKIP_MEMCACHE_CHECK

# Set build shell
SHELL ["/bin/bash", "-c"]

Expand Down Expand Up @@ -157,6 +162,9 @@ ARG BUILD_COMMIT
ARG BUILD_REPO
ARG BUILD_REF

# Custom ARGs
ARG SKIP_MEMCACHE_CHECK

ENV PS1="${PS1}" \
TZ="${TZ}" \
BUILD_REPO="${BUILD_REPO}" \
Expand Down

0 comments on commit c343c7e

Please sign in to comment.