mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Fix bullboard
This commit is contained in:
parent
a84bbae95b
commit
6cdfadc891
@ -16,7 +16,6 @@ RUN yarn set version berry
|
|||||||
RUN yarn plugin import workspace-tools
|
RUN yarn plugin import workspace-tools
|
||||||
|
|
||||||
# Install Dependencies
|
# Install Dependencies
|
||||||
RUN yarn add @bull-board/api @bull-board/ui
|
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
@ -24,4 +23,4 @@ RUN yarn build
|
|||||||
RUN rm -rf .git
|
RUN rm -rf .git
|
||||||
|
|
||||||
ENTRYPOINT [ "/sbin/tini", "--" ]
|
ENTRYPOINT [ "/sbin/tini", "--" ]
|
||||||
CMD [ "yarn", "run", "migrateandstart" ]
|
CMD [ "yarn", "run", "migrateandstart" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user