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:
+11
@@ -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
|
||||
Reference in New Issue
Block a user