Update repo in stack.yml

This commit is contained in:
Adw8 2024-10-21 10:23:59 +05:30
parent 720f748add
commit bb5e1f6ea0
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ COPY . /app/
WORKDIR /app/ WORKDIR /app/
RUN find . -name 'node_modules' | xargs -n1 rm -rf 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 FROM cerc/webapp-base:local

View File

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