dev (#160)
Some checks failed
continuous-integration/drone/push Build is failing

Co-authored-by: sora-ext
Co-authored-by: soraefir
Reviewed-on: #160
This commit is contained in:
2025-03-02 01:09:29 +01:00
parent 977751d517
commit aee79aac75
67 changed files with 6060 additions and 5661 deletions

View File

@ -7,6 +7,7 @@ WORKDIR /usr/src/app
# where available (npm@5+)
COPY package*.json ./
RUN yarn
RUN yarn build
# If you are building your code for production
# RUN npm ci --only=production
# Bundle app source