We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dc6e98 + fcd7755 commit 55b0285Copy full SHA for 55b0285
frontend/Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y dos2unix sox libsox-fmt-mp3 libttspico-
5
6
WORKDIR /app
7
COPY ./package.json /app/package.json
8
-RUN npm install --no-optional --production
+RUN npm install --no-optional --production --legacy-peer-deps
9
COPY . /app
10
COPY ./resources/.env /app/.env
11
RUN find . -type f ! -path '*/node_modules/*' -print0 | xargs -0 dos2unix
frontend/package.json
@@ -40,7 +40,7 @@
40
"request": "^2.88.2",
41
"request-promise-native": "^1.0.9",
42
"sanitize-filename": "^1.6.3",
43
- "swagger-jsdoc": "^6.1.0",
+ "swagger-jsdoc": "^6.2.8",
44
"swagger-ui-express": "^4.3.0",
45
"uuid": "^8.3.2",
46
"winston": "^3.6.0",
0 commit comments