diff --git a/Dockerfile b/Dockerfile index cdb7652d5..985e55159 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN npm install COPY . /usr/src/app # Compile static assets -# RUN npm run build +RUN npm run build # Prune development dependancies RUN npm prune --production