Compare commits

..

No commits in common. "main" and "main" have entirely different histories.
main ... main

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 workspace backend build RUN yarn && yarn build --ignore frontend
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:
- git.vdb.to/cerc-io/snowballtools-base - github.com/snowball-tools/snowballtools-base
containers: containers:
- cerc/webapp-base - cerc/webapp-base
- cerc/snowballtools-base-backend - cerc/snowballtools-base-backend