mirror of
https://github.com/vacp2p/wakurtosis.git
synced 2026-01-09 14:58:02 -05:00
Cleaned files after cleaning git cache
This commit is contained in:
@@ -28,4 +28,4 @@ ENV PATH="/opt/venv/bin:$PATH"
|
||||
ENV PYTHONPATH "${PYTHONPATH}:src"
|
||||
|
||||
# Set the entrypoint
|
||||
ENTRYPOINT ["python"]
|
||||
ENTRYPOINT ["python"]
|
||||
2
build.sh
2
build.sh
@@ -28,7 +28,7 @@ cd wls-module
|
||||
docker build -t wls:0.0.1 .
|
||||
cd ..
|
||||
|
||||
cd ./monitoring/container-proc
|
||||
cd monitoring/container-proc
|
||||
sh ./build.sh
|
||||
cd ..
|
||||
|
||||
|
||||
@@ -12,5 +12,5 @@
|
||||
|
||||
discv5-discovery=true
|
||||
#discv5-udp-port=
|
||||
discv5-bootstrap-node=""
|
||||
discv5-bootstrap-node=["enr:-JK4QO-jsYZRKcLiDoMR6jXDeqfRcw41dEmb7BPRTaSu3YW2MrVFafoAyEfGVlBE9XeWhka7i0dJAdHfnuLFuONcqqQBgmlkgnY0gmlwhKwQAf2Jc2VjcDI1NmsxoQPv2gTF6lS2-tHKIyIkp2UzqWLkjDC3vqoWmPcsLwI3YoN0Y3CC6mCDdWRwgiMohXdha3UyAQ"]
|
||||
discv5-enr-auto-update=true
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
rm -f traits
|
||||
rm -rf network_data
|
||||
|
||||
cp -r ../config/traits .
|
||||
cp -r ../config/traits .
|
||||
docker build -t gennet .
|
||||
rm -rf traits
|
||||
ln -s ../config/traits .
|
||||
ln -s ../config/traits .
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#!/bin/sh
|
||||
image_id=$(docker images -q container-proc)
|
||||
echo $image_id
|
||||
docker image rm -f $image_id
|
||||
docker build --rm --no-cache --progress=plain -t container-proc .
|
||||
docker build -t container-proc .
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
image_id=$(docker images -q wls:0.0.1)
|
||||
echo $image_id
|
||||
docker image rm -f $image_id
|
||||
docker image build --progress=plain -t wls:0.0.1 ./
|
||||
docker image build -t wls:0.0.1 ./
|
||||
Reference in New Issue
Block a user