Compare commits

...

2 Commits

Author SHA1 Message Date
Круглицкий Никита Витальевич
d5335a3cba deploy
All checks were successful
Deploy / build (push) Successful in 20s
2025-11-21 08:30:38 +06:00
Круглицкий Никита Витальевич
b3f4858f46 deploy 2025-11-21 08:26:12 +06:00
2 changed files with 2291 additions and 2 deletions

View File

@ -7,7 +7,7 @@ COPY package*.json ./
USER node USER node
RUN yarn install RUN yarn install
COPY --chown=node:node . . COPY --chown=node:node . .
ENV HOST=api.koptilnya.xyz
ENV PORT=80 ENV PORT=80
EXPOSE 80 EXPOSE 80
CMD [ "npm", "start" ]
CMD [ "yarn", "start" ]

2289
yarn.lock Normal file

File diff suppressed because it is too large Load Diff