mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
also install rethinkdb and aws-sdk
This commit is contained in:
parent
5c9311fb85
commit
9f41993566
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ COPY --chown=node:node . .
|
|||
RUN npm install && \
|
||||
npm install redis@0.8.1 && \
|
||||
npm install pg@4.1.1 && \
|
||||
npm install memcached@2.2.2
|
||||
npm install memcached@2.2.2 && \
|
||||
npm install aws-sdk@2.738.0 && \
|
||||
npm install rethinkdbdash@2.3.31
|
||||
|
||||
ENV STORAGE_TYPE=memcached \
|
||||
STORAGE_HOST=127.0.0.1 \
|
||||
|
|
Loading…
Reference in a new issue