We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd811f commit 37f889bCopy full SHA for 37f889b
2 files changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM mcr.microsoft.com/playwright:v1.54.1-noble AS development
2
3
WORKDIR /app
4
-COPY package*.json tsconfig*.json nest-cli.json ./
+COPY package*.json tsconfig*.json nest-cli.json eslint.config.mjs ./
5
RUN npm ci
6
7
COPY ./src ./src
README.md
@@ -47,7 +47,6 @@ The server will return a response with the specified status code.
47
48
## Container parameters
49
50
-
51
- `-e BOTVIEW_BASIC_AUTHS=""` - An array of endpoints with basic authorization parameters, default is empty.
52
Format: "url:login:password" (URL-encoding is optional for simple URLs). Use comma or space as a separator.
53
Example: `"https://example.com:user:pass,https://test.com:admin:secret"`
0 commit comments