diff --git a/Dockerfile b/Dockerfile index 8a7e59a..ee82b35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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