Skip to content

Commit 8dfa361

Browse files
committed
add labels
1 parent 7a11bc0 commit 8dfa361

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM python:3-slim-buster
22

3+
LABEL org.opencontainers.image.source=https://github.com/seanauff/WOL-proxy
4+
LABEL org.opencontainers.image.description="WOL-proxy is a dockerized Wake-On-LAN tool that received commands to send Wake-On-LAN magic packets over MQTT. "
5+
LABEL org.opencontainers.image.licenses=MIT
6+
37
WORKDIR /usr/src/app
48

59
RUN pip install paho-mqtt wakeonlan

0 commit comments

Comments
 (0)