add woodpecker ci - kaniko
Some checks failed
ci/woodpecker/push/build-image Pipeline failed

This commit is contained in:
Yuri Tatishchev 2025-04-21 22:58:03 -07:00
parent 0baedd2d0e
commit 101c53709d
Signed by: CaZzzer
SSH Key Fingerprint: SHA256:sqXB3fe0LMpfH+IeM/vlmxKdso52kssrIJBlwKXVe1U

View File

@ -2,7 +2,7 @@
# see all versions at https://hub.docker.com/r/oven/bun/tags
FROM oven/bun:1-alpine AS base
WORKDIR /app
COPY package.json bun.lockb /app/
COPY package.json bun.lock /app/
# install dependencies into temp directory
# this will cache them and speed up future builds