Dont install storage dependencies separately

This commit is contained in:
niekcandaele 2020-10-21 10:29:30 +02:00
parent 2deac0c101
commit 801bb8046c
1 changed files with 0 additions and 6 deletions

View File

@ -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