cdb24 commited on
Commit
c302312
1 Parent(s): a971e76

Delete docker-compose.debug.yml

Browse files
Files changed (1) hide show
  1. docker-compose.debug.yml +0 -11
docker-compose.debug.yml DELETED
@@ -1,11 +0,0 @@
1
- version: '3.4'
2
-
3
- services:
4
- cs482project:
5
- image: cs482project
6
- build:
7
- context: .
8
- dockerfile: ./Dockerfile
9
- command: ["sh", "-c", "pip install debugpy -t /tmp && python /tmp/debugpy --wait-for-client --listen 0.0.0.0:5678 hello.py "]
10
- ports:
11
- - 5678:5678