diff --git a/Dockerfile b/Dockerfile index e1796f2..5e04e23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ RUN if [ -n "$FORCE_TAG" ]; then \ localnet update; \ fi -RUN localnet start && localnet stop +# RUN localnet start && localnet stop # Expose ports EXPOSE 9000 diff --git a/start.sh b/start.sh index 506a6b1..4f74933 100644 --- a/start.sh +++ b/start.sh @@ -1,5 +1,6 @@ #!/bin/bash if [ -n "$FORCE_TAG" ]; then \ + export config=${HOME}/suibase/workdirs/localnet/suibase.yaml \ echo '' >> ${config}; \ echo 'force_tag: "${FORCE_TAG}" >> ${config};'; \ localnet update; \