From 033927bb74b88c0fec0a739466f6abd43ba91ab7 Mon Sep 17 00:00:00 2001 From: Terry Brady Date: Fri, 27 Jul 2018 15:02:46 -0700 Subject: [PATCH] fix base image name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd2f4cda3a..f10164ebd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 alpine-node:8 +FROM node:8-alpine WORKDIR /app ADD . /app/ EXPOSE 3000