diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index f2c9aad585..0000000000 --- a/Dockerfile +++ /dev/null @@ -1,11 +0,0 @@ -FROM rancher/ui:build - -EXPOSE 8000 - -WORKDIR /source -COPY package.json ./ -COPY scripts ./scripts -RUN yarn install && yarn cache clean -COPY . /source -ENTRYPOINT ["yarn"] -CMD ["start","--ssl=false"]