Skip to content

Commit 47b94bd

Browse files
committed
docker ignore
1 parent 0cf556c commit 47b94bd

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.dockerignore

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.git
2+
.env
3+
.pytest_cache
4+
.mypy_cache
5+
.github
6+
.vscode
7+
.gitignore
8+
.dockerignore
9+
*.egg-info
10+
*.pyc
11+
venv
12+
build
13+
dist
14+
dev/Dockerfile
15+
__pycache__

dev/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ ENV GITHUB_USERNAME=qmbot
66

77
WORKDIR /workspace
88

9-
COPY ./dev ./dev
10-
RUN ./dev/install
119
COPY . .
10+
RUN ./dev/install

0 commit comments

Comments
 (0)