mirror of
https://github.com/sern-handler/automata
synced 2026-06-06 01:16:51 +00:00
fix: also need to build database
This commit is contained in:
@@ -10,6 +10,7 @@ COPY . .
|
||||
RUN bash ./apps/api/util/setup.sh
|
||||
|
||||
RUN yarn
|
||||
RUN yarn build:database
|
||||
RUN yarn build:api
|
||||
|
||||
CMD yarn start:api
|
||||
@@ -10,6 +10,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"build:api": "yarn workspace api build",
|
||||
"build:database": "yarn workspace database build",
|
||||
"build:frontend": "yarn workspace frontend build",
|
||||
"start:api": "yarn workspace api start",
|
||||
"start:frontend": "yarn workspace frontend start",
|
||||
|
||||
Reference in New Issue
Block a user