Skip to content

Commit

Permalink
Add missing MEMCACHE_SERVER env
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Mar 28, 2023
1 parent 67088d8 commit 960fde2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM base as builder
ENV PLONE_VERSION=6.0.2 \
GRAYLOG=logcentral.eea.europa.eu:12201 \
GRAYLOG_FACILITY=plone-backend \
MEMCACHE_SERVER=memcached:11211 \
PROFILES=eea.kitkat:default

RUN apt-get update \
Expand All @@ -19,6 +20,7 @@ FROM base
ENV PLONE_VERSION=6.0.2 \
GRAYLOG=logcentral.eea.europa.eu:12201 \
GRAYLOG_FACILITY=plone-backend \
MEMCACHE_SERVER=memcached:11211 \
PROFILES=eea.kitkat:default

COPY --from=builder /wheelhouse /wheelhouse
Expand Down

0 comments on commit 960fde2

Please sign in to comment.