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 diff --git a/client/coral-admin/index.ejs b/client/coral-admin/index.ejs index 9b5fe84bf..45c971ffe 100644 --- a/client/coral-admin/index.ejs +++ b/client/coral-admin/index.ejs @@ -17,6 +17,6 @@
- +