donal
2018-04-16 991fcf9223a17ed77d31d5f87b13d759b533aed5
Dockerfile
@@ -14,6 +14,6 @@
RUN scl enable rh-nodejs6 'npm install http-server'
COPY build /usr/src/app
COPY dist /usr/src/app
CMD ["./node_modules/.bin/http-server"]