Node version.

This commit is contained in:
aminecmi 2022-07-19 21:24:30 +02:00
parent 7abeebea83
commit d745ac1c3f
3 changed files with 3 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -1,6 +0,0 @@
FROM node:14
RUN npm install node-sass
RUN npm install @vue/cli-service
ENTRYPOINT ["tail", "-f", "/dev/null"]