We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf556c commit 47b94bdCopy full SHA for 47b94bd
.dockerignore
@@ -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
@@ -6,6 +6,5 @@ ENV GITHUB_USERNAME=qmbot
WORKDIR /workspace
-COPY ./dev ./dev
-RUN ./dev/install
COPY . .
+RUN ./dev/install
0 commit comments