ваше сообщение коммита

This commit is contained in:
2025-12-29 20:03:09 +03:00
parent 32001ceacd
commit 546e92ffb2
22 changed files with 1458 additions and 305 deletions

View File

@@ -44,10 +44,10 @@ COPY package.json yarn.lock ./
RUN yarn config set npmRegistryServer https://registry.npmjs.org \
&& yarn config set registry https://registry.npmjs.org \
&& yarn config set network-timeout 600000 \
&& yarn install --frozen-lockfile
&& yarn install
COPY . .
EXPOSE 8000
CMD ["yarn", "run", "dev"]
CMD ["yarn", "run", "start"]