Initial commit

This commit is contained in:
2025-12-07 16:18:55 +01:00
commit 7f678cd999
20 changed files with 5911 additions and 0 deletions

5
cloudbuild-docker.yaml Normal file
View File

@@ -0,0 +1,5 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/moodle:latest', '.']
images:
- 'gcr.io/$PROJECT_ID/moodle:latest'