1
0
Fork 0
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:
niekcandaele 2020-10-21 10:29:30 +02:00
parent 2deac0c101
commit 801bb8046c

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