mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-11 19:18:46 +00:00
@@ -10,7 +10,7 @@ services:
|
||||
- ./var/repos:/srv/git
|
||||
|
||||
anubis:
|
||||
image: ko.local/anubis
|
||||
image: ghcr.io/techarohq/anubis:devel-docker
|
||||
environment:
|
||||
BIND: ":8005"
|
||||
TARGET: http://cgit:80
|
||||
|
||||
@@ -9,9 +9,7 @@ set -u
|
||||
|
||||
(
|
||||
cd ../.. && \
|
||||
npm ci && \
|
||||
npm run assets \
|
||||
ko build --platform=all --base-import-paths --tags="latest" --image-user=1000 --image-annotation="" --image-label="" ./cmd/anubis -L
|
||||
docker buildx bake
|
||||
)
|
||||
|
||||
rm -rf ./var/repos ./var/clones
|
||||
|
||||
Reference in New Issue
Block a user