File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:22 .04
1+ FROM ubuntu:18 .04
22
3- RUN apt-get update && apt-get -y install curl gnupg bc && curl -sL https://deb.nodesource.com/setup_20 .x | bash - && apt-get -y install nodejs
3+ RUN apt-get update && apt-get -y install curl gnupg bc && curl -sL https://deb.nodesource.com/setup_14 .x | bash - && apt-get -y install nodejs
44RUN apt-get update && apt-get install -y dos2unix sox libsox-fmt-mp3 libttspico-utils ffmpeg
55
66WORKDIR /app
77COPY ./package.json /app/package.json
8- RUN npm install --no-optional --production
8+ RUN npm install --no-optional --production --legacy-peer-deps
99COPY . /app
1010COPY ./resources/.env /app/.env
1111RUN find . -type f ! -path '*/node_modules/*' -print0 | xargs -0 dos2unix
Original file line number Diff line number Diff line change 4040 "request" : " ^2.88.2" ,
4141 "request-promise-native" : " ^1.0.9" ,
4242 "sanitize-filename" : " ^1.6.3" ,
43- "swagger-jsdoc" : " ^6.1.0 " ,
43+ "swagger-jsdoc" : " ^6.2.8 " ,
4444 "swagger-ui-express" : " ^4.3.0" ,
4545 "uuid" : " ^8.3.2" ,
4646 "winston" : " ^3.6.0" ,
You can’t perform that action at this time.
0 commit comments