updated
هذا الالتزام موجود في:
13
test-projects/ai-secret-test/.gy.json
Normal file
13
test-projects/ai-secret-test/.gy.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"app": "ai-secret-test",
|
||||
"project": "ai-secret-test",
|
||||
"_app_id": "435cdcb4-f00f-40a4-8c87-88986a869925",
|
||||
"_project_id": "2083f529-564d-4e7d-a62c-bce955a2f117",
|
||||
"port": 8080,
|
||||
"publicAccess": {
|
||||
"enabled": true,
|
||||
"domain": "ai-secret-test-da24302cf9e6.hosted.ghaymah.systems"
|
||||
},
|
||||
"resourceTier": "t1",
|
||||
"_detected": "dockerfile"
|
||||
}
|
||||
6
test-projects/ai-secret-test/Dockerfile
Normal file
6
test-projects/ai-secret-test/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM alpine:latest
|
||||
|
||||
COPY app.sh /app.sh
|
||||
RUN chmod +x /app.sh
|
||||
|
||||
CMD ["/app.sh"]
|
||||
4
test-projects/ai-secret-test/app.sh
Normal file
4
test-projects/ai-secret-test/app.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
API_KEY="FAKE_SECRET_12345"
|
||||
echo "Application started"
|
||||
sleep 3600
|
||||
المرجع في مشكلة جديدة
حظر مستخدم