Docker setup and read yaml

This commit is contained in:
2026-06-11 09:52:57 +02:00
parent a3f19462c3
commit 4659354856
6 changed files with 137 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Build the docker image
build:
docker build -t rest-cobol .
# Run the image
run: build
docker run -p 8080:8080 rest-cobol