Node version.
This commit is contained in:
parent
7abeebea83
commit
d745ac1c3f
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,6 +0,0 @@
|
||||
FROM node:14
|
||||
|
||||
RUN npm install node-sass
|
||||
RUN npm install @vue/cli-service
|
||||
|
||||
ENTRYPOINT ["tail", "-f", "/dev/null"]
|
Loading…
Reference in New Issue
Block a user