X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2FDockerfile;fp=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2FDockerfile;h=0000000000000000000000000000000000000000;hb=434326c60fb0434bda587102b4746173fe425dea;hp=7318bf26e2901e012736cbffd6be3c45f0426dc2;hpb=37827e492060182b32df67c2a538a29808fa5e17;p=eliot.git diff --git a/blueprints/common/eliot-ui/frontend-src/Dockerfile b/blueprints/common/eliot-ui/frontend-src/Dockerfile deleted file mode 100644 index 7318bf2..0000000 --- a/blueprints/common/eliot-ui/frontend-src/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -# Steps to containerise the ELIOT Portal UI on development mode -FROM node:current-slim as node -WORKDIR /usr/src/app -COPY package.json . - -RUN npm cache clean --force -RUN npm install -RUN npm audit fix - -COPY . . - -RUN npm run build --prod - -EXPOSE 4200 -CMD [ "npm", "start" ] -#COPY . . -#RUN npm run build --prod