mirror of
https://github.com/sern-handler/automata
synced 2026-06-06 01:16:51 +00:00
chore: actually no just build
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,7 +2,6 @@ node_modules
|
||||
.env
|
||||
/apps/api/repos
|
||||
dist
|
||||
!/apps/database/dist
|
||||
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user