diff --git a/frontend/Dockerfile b/frontend/Dockerfile index e7389d9..654aa2e 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,6 +1,6 @@ # Stage 1 -FROM node:alpine +FROM johnpapa/angular-cli WORKDIR /app