Skip to content

Commit 9f6c74c

Browse files
authored
use sensible example for maintainer email
1 parent 2ea41ed commit 9f6c74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Template for [mu.semte.ch](http://mu.semte.ch)-microservices written in Python3.
77
Create a `Dockerfile` which extends the `semtech/mu-python-template`-image and set a maintainer.
88
```docker
99
FROM semtech/mu-python-template:2.0.0-beta.2
10-
LABEL maintainer="sam.landuydt@gmail.com"
10+
LABEL maintainer="maintainer@example.com"
1111
```
1212

1313
Create a `web.py` entrypoint-file. (naming of the entrypoint can be configured through `APP_ENTRYPOINT`)

0 commit comments

Comments
 (0)