[feature] run survBot in Docker container
- version 0.2-docker - add Dockerfile - update paramters.yaml to use logo.png - update stylesheet to reflect latest changes - removed survBotGUI.py which is not needed in Docker container
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = '0.1'
|
||||
__author__ = 'Marcel Paffrath'
|
||||
__version__ = '0.2-docker'
|
||||
__author__ = 'Marcel Paffrath <marcel.paffrath@rub.de>'
|
||||
|
||||
import os
|
||||
import io
|
||||
|
||||
Reference in New Issue
Block a user