Skip to content

Commit 55b0285

Browse files
Merge pull request #33 from codeforequity-at/develop
Develop
2 parents 6dc6e98 + fcd7755 commit 55b0285

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y dos2unix sox libsox-fmt-mp3 libttspico-
55

66
WORKDIR /app
77
COPY ./package.json /app/package.json
8-
RUN npm install --no-optional --production
8+
RUN npm install --no-optional --production --legacy-peer-deps
99
COPY . /app
1010
COPY ./resources/.env /app/.env
1111
RUN find . -type f ! -path '*/node_modules/*' -print0 | xargs -0 dos2unix

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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",

0 commit comments

Comments
 (0)