mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-25 09:32:43 +00:00
@@ -7,12 +7,9 @@ export KO_DOCKER_REPO=ko.local
|
|||||||
|
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
(
|
source ../lib/lib.sh
|
||||||
cd ../.. && \
|
|
||||||
npm ci && \
|
build_anubis_ko
|
||||||
npm run assets \
|
|
||||||
ko build --platform=all --base-import-paths --tags="latest" --image-user=1000 --image-annotation="" --image-label="" ./cmd/anubis -L
|
|
||||||
)
|
|
||||||
|
|
||||||
rm -rf ./var/repos ./var/clones
|
rm -rf ./var/repos ./var/clones
|
||||||
mkdir -p ./var/repos ./var/clones
|
mkdir -p ./var/repos ./var/clones
|
||||||
|
|||||||
@@ -7,12 +7,9 @@ export KO_DOCKER_REPO=ko.local
|
|||||||
|
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
(
|
source ../lib/lib.sh
|
||||||
cd ../.. && \
|
|
||||||
npm ci && \
|
build_anubis_ko
|
||||||
npm run assets \
|
|
||||||
ko build --platform=all --base-import-paths --tags="latest" --image-user=1000 --image-annotation="" --image-label="" ./cmd/anubis -L
|
|
||||||
)
|
|
||||||
|
|
||||||
rm -rf ./var/repos ./var/foo
|
rm -rf ./var/repos ./var/foo
|
||||||
mkdir -p ./var/repos
|
mkdir -p ./var/repos
|
||||||
|
|||||||
@@ -7,13 +7,9 @@ export KO_DOCKER_REPO=ko.local
|
|||||||
|
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
(
|
source ../lib/lib.sh
|
||||||
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
|
|
||||||
)
|
|
||||||
|
|
||||||
|
build_anubis_ko
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
||||||
attempt=1
|
attempt=1
|
||||||
|
|||||||
Reference in New Issue
Block a user