This commit is contained in:
Круглицкий Никита Витальевич 2025-11-21 08:26:12 +06:00
parent 2a9848ef2e
commit b3f4858f46

View File

@ -7,7 +7,6 @@ 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" ]