Skip to content

Commit 01a4f43

Browse files
committed
Merge branch 'patch-2' [#24]
2 parents dd68f3d + ead81c3 commit 01a4f43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM tiangolo/meinheld-gunicorn:python3.8
2-
MAINTAINER Michaël Dierick "[email protected]"
2+
LABEL maintainer="[email protected]"
33

44
# Gunicorn Docker config
55
ENV MODULE_NAME web

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)