Skip to content

Commit

Permalink
Add required Memcached environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
thehouseplant committed Oct 10, 2024
1 parent 2557d74 commit 86d9639
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ COPY ./app.js .

EXPOSE 3000

ENV MEMCACHIER_SERVERS=
ENV MEMCACHIER_USERNAME=
ENV MEMCACHIER_PASSWORD=

ENTRYPOINT ["npm", "start"]

0 comments on commit 86d9639

Please sign in to comment.