install correct yarn
This commit is contained in:
parent
2597a364bd
commit
409ecef1e7
|
@ -5,7 +5,7 @@ WORKDIR /app
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN yarn install
|
RUN yarn set version 4.4.1 && yarn install
|
||||||
|
|
||||||
ENV PORT=80
|
ENV PORT=80
|
||||||
ENTRYPOINT ["yarn", "run", "start"]
|
ENTRYPOINT ["yarn", "run", "start"]
|
||||||
|
|
Loading…
Reference in New Issue