mirror of https://github.com/janLo/punkow
Add dockerfile for service
This commit is contained in:
parent
b415d0657c
commit
b2349975e1
|
|
@ -0,0 +1,11 @@
|
|||
FROM python:3.7
|
||||
|
||||
MAINTAINER "Jan Losinski <losinski@wh2.tu-dersden.de>"
|
||||
|
||||
ADD . /service
|
||||
|
||||
RUN pip install -r /service/requirements.txt
|
||||
|
||||
WORKDIR /service
|
||||
|
||||
CMD ./booking_service.py
|
||||
Loading…
Reference in New Issue