We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea41ed commit 9f6c74cCopy full SHA for 9f6c74c
README.md
@@ -7,7 +7,7 @@ Template for [mu.semte.ch](http://mu.semte.ch)-microservices written in Python3.
7
Create a `Dockerfile` which extends the `semtech/mu-python-template`-image and set a maintainer.
8
```docker
9
FROM semtech/mu-python-template:2.0.0-beta.2
10
-LABEL maintainer="sam.landuydt@gmail.com"
+LABEL maintainer="maintainer@example.com"
11
```
12
13
Create a `web.py` entrypoint-file. (naming of the entrypoint can be configured through `APP_ENTRYPOINT`)
0 commit comments