mirror of https://github.com/janLo/punkow
typo in email address
This commit is contained in:
parent
925f7523b4
commit
b4ad179b63
|
|
@ -1,6 +1,6 @@
|
||||||
FROM python:3.7
|
FROM python:3.7
|
||||||
|
|
||||||
MAINTAINER "Jan Losinski <losinski@wh2.tu-dersden.de>"
|
MAINTAINER "Jan Losinski <losinski@wh2.tu-dresden.de>"
|
||||||
|
|
||||||
ADD . /service
|
ADD . /service
|
||||||
|
|
||||||
|
|
@ -8,4 +8,4 @@ RUN pip install -r /service/requirements.txt
|
||||||
|
|
||||||
WORKDIR /service
|
WORKDIR /service
|
||||||
|
|
||||||
CMD ./booking_service.py
|
CMD ./booking_service.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue