mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-23 09:50:17 +01:00
Dont install storage dependencies separately
This commit is contained in:
parent
2deac0c101
commit
801bb8046c
1 changed files with 0 additions and 6 deletions
|
@ -8,12 +8,6 @@ COPY . .
|
|||
|
||||
RUN npm run build
|
||||
|
||||
RUN npm install redis@0.8.1 && \
|
||||
npm install pg@4.1.1 && \
|
||||
npm install memcached@2.2.2 && \
|
||||
npm install aws-sdk@2.738.0 && \
|
||||
npm install rethinkdbdash@2.3.31
|
||||
|
||||
ENV HOST 0.0.0.0
|
||||
|
||||
EXPOSE 7777
|
||||
|
|
Loading…
Reference in a new issue