Compare commits

..

No commits in common. "main" and "2.9-stable" have entirely different histories.

View File

@ -1,10 +0,0 @@
kind: pipeline
name: build
steps:
- name: build docker image
image: docker
commands:
- docker build -t my-hmac-file-server .
- docker run -d -p 8080:8080 my-hmac-file-server
- docker ps # Optional: To verify the container is running