Tesvia commited on
Commit
d5f755b
·
verified ·
1 Parent(s): f84464b

Delete .devcontainer/devcontainer.json

Browse files
Files changed (1) hide show
  1. .devcontainer/devcontainer.json +0 -26
.devcontainer/devcontainer.json DELETED
@@ -1,26 +0,0 @@
1
- {
2
- "name": "Final_Assignment Dev Container",
3
- "build": {
4
- "dockerfile": "Dockerfile",
5
- "context": ".."
6
- },
7
- "workspaceFolder": "/Final_Assignment",
8
- "forwardPorts": [8080, 8888],
9
- "mounts": [
10
- "source=${localWorkspaceFolder},target=/Final_Assignment,type=bind,consistency=cached"
11
- ],
12
- "customizations": {
13
- "vscode": {
14
- "extensions": [
15
- "ms-python.python"
16
- ],
17
- "settings": {
18
- "python.defaultInterpreterPath": "/usr/local/bin/python"
19
- }
20
- }
21
- },
22
- "runArgs": [
23
- "--env-file",
24
- ".env"
25
- ]
26
- }