Skip to content

Commit 580a2d8

Browse files
committed
fix of dockerfile
1 parent 9c17556 commit 580a2d8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ COPY requirements.txt .
1313
RUN pip install --no-cache-dir -r requirements.txt
1414

1515
COPY . .
16-
RUN rm .env
1716

1817
EXPOSE 8000
1918

0 commit comments

Comments
 (0)