Skip to content

Commit 4575bfa

Browse files
committed
fix ci build
1 parent cbef2ea commit 4575bfa

2 files changed

Lines changed: 9 additions & 28 deletions

File tree

.dockerignore

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,9 @@
1-
**/__pycache__
2-
**/.venv
3-
**/.classpath
4-
**/.dockerignore
5-
**/.env
6-
**/.git
7-
**/.gitignore
8-
**/.project
9-
**/.settings
10-
**/.toolstarget
11-
**/.vs
12-
**/.vscode
13-
**/*.*proj.user
14-
**/*.dbmdl
15-
**/*.jfm
16-
**/bin
17-
**/charts
18-
**/docker-compose*
19-
**/compose*
20-
**/Dockerfile*
21-
**/node_modules
22-
**/npm-debug.log
23-
**/obj
24-
**/secrets.dev.yaml
25-
**/values.dev.yaml
26-
LICENSE
27-
README.md
1+
.env
2+
.git
3+
.gitignore
4+
__pycache__
5+
*.pyc
6+
*.pyo
7+
*.egg-info
8+
.DS_Store
9+
*.md

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ RUN mkdir -p /config && chown -R appuser /app /config
1515
COPY requirements.txt .
1616
RUN pip install --no-cache-dir --require-hashes -r requirements.txt
1717

18-
COPY .env .
1918
COPY . .
2019

2120
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)