mirror of
https://github.com/janLo/punkow
synced 2026-06-19 15:38:00 +00:00
typo in email address
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
FROM python:3.7
|
||||
|
||||
MAINTAINER "Jan Losinski <losinski@wh2.tu-dersden.de>"
|
||||
MAINTAINER "Jan Losinski <losinski@wh2.tu-dresden.de>"
|
||||
|
||||
ADD . /service
|
||||
|
||||
@@ -8,4 +8,4 @@ RUN pip install -r /service/requirements.txt
|
||||
|
||||
WORKDIR /service
|
||||
|
||||
CMD ./booking_service.py
|
||||
CMD ./booking_service.py
|
||||
|
||||
Reference in New Issue
Block a user