Compare commits
No commits in common. "main" and "2.9-stable" have entirely different histories.
main
...
2.9-stable
10
.drone.yml
10
.drone.yml
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user