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