From b4ad179b6306215a1e6e612f7b8fc211e0e2573c Mon Sep 17 00:00:00 2001 From: Jan Losinski Date: Mon, 7 Jan 2019 20:01:09 +0100 Subject: [PATCH] typo in email address --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 27f6925..fcc1f7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.7 -MAINTAINER "Jan Losinski " +MAINTAINER "Jan Losinski " ADD . /service @@ -8,4 +8,4 @@ RUN pip install -r /service/requirements.txt WORKDIR /service -CMD ./booking_service.py \ No newline at end of file +CMD ./booking_service.py