fix docker yarn install

This commit is contained in:
Sergey Krylov 2023-05-09 12:14:13 +03:00
parent 50604c0581
commit cc20844885
131 changed files with 84 additions and 44 deletions

1
.yarnrc Normal file
View File

@ -0,0 +1 @@
yarn-offline-mirror "./yarn-offline-mirror"

View File

@ -4,7 +4,7 @@ WORKDIR /app-backend
ADD ../ ./
RUN yarn install --offline
RUN yarn install --offline --frozen-lockfile
EXPOSE 5000

View File

@ -4,7 +4,7 @@ WORKDIR /app-backend
ADD ../ ./
RUN yarn install --offline
RUN yarn install --offline --frozen-lockfile
EXPOSE 5000

View File

@ -4,20 +4,20 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@types/body-parser": "^1.19.2",
"@types/node": "^18.16.3",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"nodemon": "^2.0.22",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"uuid": "^9.0.0"
"@types/body-parser": "1.19.2",
"@types/node": "18.13.0",
"body-parser": "1.20.2",
"cors": "2.8.5",
"express": "4.18.2",
"nodemon": "2.0.22",
"ts-node": "10.9.1",
"typescript": "5.0.4",
"uuid": "9.0.0"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "types/express",
"@types/uuid": "^9.0.1"
"@types/cors": "2.8.13",
"@types/express": "4.17.17",
"@types/uuid": "9.0.1"
},
"scripts": {
"dev": "nodemon index.ts",

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More