Moving result app to be based on node:5.11.0-slim, adding back links in docker-compose.yml, and removing explicit container names

This commit is contained in:
Mano Marks
2016-05-03 19:35:26 -07:00
parent be0e4e2ff2
commit 3978756bb2
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM mhart/alpine-node
FROM node:5.11.0-slim
WORKDIR /app