Compare commits
2 Commits
2.9-stable
...
main
Author | SHA1 | Date | |
---|---|---|---|
56de6107b6 | |||
6a098d35d6 |
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
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