diff --git a/Dockerfile b/Dockerfile index a53916e..c117a92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM alpine:latest as build +ARG REACT_APP_ENV_MODE RUN apk add --update nodejs npm RUN npm install --global yarn