Use gitea repo for snowballtools-base #2

Merged
ashwin merged 1 commits from deep-stack/snowballtools-base-api-stack:ag-update-stack into main 2024-10-24 14:15:40 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ COPY . /app/
WORKDIR /app/
RUN find . -name 'node_modules' | xargs -n1 rm -rf
RUN yarn && yarn build --ignore frontend
RUN yarn && yarn workspace backend build
FROM cerc/webapp-base:local

View File

@ -2,7 +2,7 @@ version: "1.0"
name: snowballtools-base-backend
description: "snowballtools-base-backend"
repos:
- github.com/snowball-tools/snowballtools-base
- git.vdb.to/cerc-io/snowballtools-base
containers:
- cerc/webapp-base
- cerc/snowballtools-base-backend