Spaces:
Runtime error
Runtime error
Create openenv.yaml
Browse files- openenv.yaml +7 -0
openenv.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# openenv.yaml
|
| 2 |
+
build:
|
| 3 |
+
dockerfile: Dockerfile
|
| 4 |
+
environment:
|
| 5 |
+
name: MayOne-Network-IDS
|
| 6 |
+
version: 1.0.0
|
| 7 |
+
entrypoint: python -m server.app
|