beremiz
Clone
Summary
Browse
Changes
Graph
runtime web settings: fix wrong declaration of ISettings, add missing entries in WAMP config.
15 months ago, Edouard Tisserant
3dbbf5f237fb
file is
Executable
runtime web settings: fix wrong declaration of ISettings, add missing entries in WAMP config.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER