chore: actually no just build

This commit is contained in:
2023-12-27 19:03:47 +00:00
parent 56442bb726
commit 2dc3b08276
2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View File

@@ -2,7 +2,6 @@ node_modules
.env
/apps/api/repos
dist
!/apps/database/dist
.yarn/*
!.yarn/patches

View File

@@ -10,7 +10,6 @@ COPY . .
RUN bash ./apps/api/util/setup.sh
RUN yarn
RUN yarn build:database
RUN yarn build:api
CMD yarn start:api