add maintainer to Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2a01483028
commit
12264fc1d3
@ -1,4 +1,5 @@
|
|||||||
FROM scratch
|
FROM scratch
|
||||||
|
LABEL maintainer="himself@stevenpolley.net"
|
||||||
COPY deadbeef.codes-publicfileserver /
|
COPY deadbeef.codes-publicfileserver /
|
||||||
EXPOSE 8080:8080
|
EXPOSE 8080:8080
|
||||||
ENTRYPOINT ["/deadbeef.codes-publicfileserver"]
|
ENTRYPOINT ["/deadbeef.codes-publicfileserver"]
|
Loading…
Reference in New Issue
Block a user