We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c17556 commit 580a2d8Copy full SHA for 580a2d8
.vscode/settings.json
@@ -0,0 +1,8 @@
1
+{
2
+ "python.testing.pytestArgs": [
3
+ "tests"
4
+ ],
5
+ "python.testing.unittestEnabled": false,
6
+ "python.testing.pytestEnabled": true,
7
+ "python-envs.pythonProjects": []
8
+}
dockerfile
@@ -13,7 +13,6 @@ COPY requirements.txt .
13
RUN pip install --no-cache-dir -r requirements.txt
14
15
COPY . .
16
-RUN rm .env
17
18
EXPOSE 8000
19
0 commit comments