beremiz
Clone
Summary
Browse
Changes
Graph
runtime web settings: fix more python2 to 3 porting problems
15 months ago, Edouard Tisserant
d47ccfb0a107
file is
Executable
runtime web settings: fix more python2 to 3 porting problems
#!/bin/bash
set -e
echo "Building docker image"
cp -f ../../../requirements.txt requirements.txt
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .