ваше сообщение коммита
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user