add yarn 4.4.1 into the repo
This commit is contained in:
parent
409ecef1e7
commit
09f1500439
|
@ -1,3 +1,4 @@
|
||||||
out.txt
|
out.txt
|
||||||
node_modules/
|
node_modules/
|
||||||
.yarn/
|
.yarn/
|
||||||
|
!.yarn/releases/*
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,7 @@ WORKDIR /app
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN yarn set version 4.4.1 && yarn install
|
RUN yarn install
|
||||||
|
|
||||||
ENV PORT=80
|
ENV PORT=80
|
||||||
ENTRYPOINT ["yarn", "run", "start"]
|
ENTRYPOINT ["yarn", "run", "start"]
|
||||||
|
|
Loading…
Reference in New Issue