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