beremiz
Clone
Summary
Browse
Changes
Graph
Let extensions know when configuration is new, to apply defaults.
17 months ago, Edouard Tisserant
8c12c0df026a
file is
Executable
Let extensions know when configuration is new, to apply defaults.
Add "new_config" member to CTN, True when config was just created.
#!/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 .