2 LABEL maintainer="Jan Vales <jan.vales@tuwien.ac.at>"
7 RUN ["pip", "install", "-r", "requirements.txt"]
9 # Container must run as root. :/
10 #RUN ["useradd", "--no-create-home", "failover"]
11 #USER failover:failover
12 ENTRYPOINT ["python3.7", "-u", "./main.py"]