Skip to content

Commit bf3c598

Browse files
committed
fix: update ESLint configuration file name in Dockerfile and README example URL
1 parent b474d7e commit bf3c598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:24-alpine AS development
22

33
WORKDIR /app
4-
COPY package*.json tsconfig*.json nest-cli.json .eslintrc.js ./
4+
COPY package*.json tsconfig*.json nest-cli.json eslint.config.mjs ./
55
RUN npm ci
66
COPY ./src ./src
77
COPY ./test ./test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ docker run -it --rm -p 3000:3000 mtsrus/image-optimize
2929
Now you can open the browser and check the work with the command:
3030

3131
```sh
32-
http://localhost:3000/optimize?size=1060&format=webp&src=https://tb.mts.ru/static/landing/images-index2/banner/slider/partners.png
32+
http://localhost:3000/optimize?size=1060&format=webp&src=https://mtscdn.ru/upload/iblock/75d/cmn5ki0o5dyk5laamf0idch2n77qf8gd.png
3333
```
3434

3535
By changing the src, size, format parameters,

0 commit comments

Comments
 (0)