mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 11:48:52 +00:00
6 lines
113 B
Docker
6 lines
113 B
Docker
FROM portainer/portainer:latest
|
|
|
|
ADD favicon.ico /ico
|
|
#ADD small.png /images/logo.png
|
|
|
|
ENTRYPOINT ["/portainer"]
|