From 2dc3b08276444cc6c6c4ed57c8679078166cb45e Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Wed, 27 Dec 2023 19:03:47 +0000 Subject: [PATCH] chore: actually no just build --- .gitignore | 1 - Dockerfile.api | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 945b95d..d02fe76 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ node_modules .env /apps/api/repos dist -!/apps/database/dist .yarn/* !.yarn/patches diff --git a/Dockerfile.api b/Dockerfile.api index 4e4b5f7..5db8e46 100644 --- a/Dockerfile.api +++ b/Dockerfile.api @@ -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 \ No newline at end of file