Compare commits

...

2 Commits

Author SHA1 Message Date
bcbd0d0ba2 chore(deps): update node.js to v20.6.1
All checks were successful
continuous-integration/drone/pr Build is passing
2023-09-16 13:00:09 +00:00
05d3094eb9 chore: ignore unnecessary files for docker (#3)
All checks were successful
continuous-integration/drone/push Build is passing
When building the docker image ignore unnecessary files.

Co-authored-by: Joao P Dubas <joao.dubas@gmail.com>
Reviewed-on: #3
2023-09-16 12:36:48 +00:00
3 changed files with 4 additions and 2 deletions

View File

@ -2,3 +2,5 @@
.github
.yarn
node_modules
.drone.yml
renovate.json

View File

@ -27,7 +27,7 @@ steps:
restore: true
- name: test
image: 'node:20.6.0-slim'
image: 'node:20.6.1-slim'
commands:
- yarn set version 3.6.3
- yarn install

View File

@ -1,4 +1,4 @@
FROM node:20.6.0-slim
FROM node:20.6.1-slim
WORKDIR /opt/app