use alpine-node

This commit is contained in:
Terry Brady
2018-07-27 11:20:07 -07:00
parent f4c2b88ffd
commit 08c2aaaa51

View File

@@ -1,7 +1,7 @@
# This image will be published as dspace/dspace-angular
# See https://dspace-labs.github.io/DSpace-Docker-Images/ for usage details
FROM node:8
FROM alpine-node:8
WORKDIR /app
ADD . /app/
EXPOSE 3000