Skip to content

Commit 37f889b

Browse files
committed
fix: add eslint.config.mjs to Dockerfile and remove unnecessary blank line in README.md
1 parent 6fd811f commit 37f889b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM mcr.microsoft.com/playwright:v1.54.1-noble AS development
22

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

77
COPY ./src ./src

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ The server will return a response with the specified status code.
4747

4848
## Container parameters
4949

50-
5150
- `-e BOTVIEW_BASIC_AUTHS=""` - An array of endpoints with basic authorization parameters, default is empty.
5251
Format: "url:login:password" (URL-encoding is optional for simple URLs). Use comma or space as a separator.
5352
Example: `"https://example.com:user:pass,https://test.com:admin:secret"`

0 commit comments

Comments
 (0)