Compare commits

..

6 Commits

Author SHA1 Message Date
Круглицкий Никита Витальевич
161134da78 deploy
All checks were successful
Deploy / build (push) Successful in 19s
2025-11-21 08:43:22 +06:00
Круглицкий Никита Витальевич
972a9bf8fb deploy
All checks were successful
Deploy / build (push) Successful in 24s
2025-11-21 08:39:46 +06:00
Круглицкий Никита Витальевич
1fe53578d4 deploy
All checks were successful
Deploy / build (push) Successful in 20s
2025-11-21 08:34:32 +06:00
Круглицкий Никита Витальевич
8634dc6286 deploy
All checks were successful
Deploy / build (push) Successful in 20s
2025-11-21 08:31:54 +06:00
Круглицкий Никита Витальевич
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
3 changed files with 2292 additions and 3 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" ]

View File

@@ -26,6 +26,6 @@ server.on('upgrade', (request, socket, head) => {
}) })
}) })
server.listen(port, host, () => { server.listen(port, () => {
console.log(`running at '${host}' on port ${port}`) console.log(`running at '${host}' on port ${port}`)
}) })

2289
yarn.lock Normal file

File diff suppressed because it is too large Load Diff