1
0
mirror of https://github.com/janLo/punkow synced 2026-06-19 15:38:00 +00:00

Add dockerfile for service

This commit is contained in:
2019-01-07 11:19:39 +01:00
parent b415d0657c
commit b2349975e1
+11
View File
@@ -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