Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot
26da8b4e71 Update dependency body-parser to v1.19.1
Some checks failed
continuous-integration/drone/push Build is failing
renovate/artifacts Artifact file update failure
2021-12-10 21:00:50 +00:00
2 changed files with 1 additions and 21 deletions

View File

@ -2,22 +2,6 @@ name: Build Docker
kind: pipeline
type: docker
steps:
- name: Only build image
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: harbor.sebclem.fr/sebclem/cnc-speed-calculator
registry: harbor.sebclem.fr
tags: latest
when:
branch:
exclude:
- main
- name: Build and Push docker
image: plugins/docker
settings:
@ -28,10 +12,6 @@ steps:
repo: harbor.sebclem.fr/sebclem/cnc-speed-calculator
registry: harbor.sebclem.fr
tags: latest
when:
branch:
- main
trigger:
event:

View File

@ -1,4 +1,4 @@
FROM node:17-alpine
FROM node:17
# Create app directory
WORKDIR /usr/src/app