diff --git a/.drone.yml b/.drone.yml index 34e6eeb..c38b6b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ type: docker steps: - name: build - image: node:14.20.0-alpine3.16 + image: node:14 commands: - npm install - npm run lint diff --git a/README.md b/README.md index 372c62a..093c3e9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # An alternative front to Google Keep +[![Build Status](http://18.0.0.7:46053/api/badges/AmineL/liste-de-courses-www/status.svg?ref=refs/heads/main)](http://18.0.0.7:46053/AmineL/liste-de-courses-www) + ## HOW TO USE - Change the api url diff --git a/docker/Dockerfile b/docker/Dockerfile deleted file mode 100644 index 109aab9..0000000 --- a/docker/Dockerfile +++ /dev/null @@ -1,6 +0,0 @@ -FROM node:14 - -RUN npm install node-sass -RUN npm install @vue/cli-service - -ENTRYPOINT ["tail", "-f", "/dev/null"]