We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe028d9 commit 17b785fCopy full SHA for 17b785f
docker/build/movement-aptos/Dockerfile
@@ -6,6 +6,9 @@ RUN nix-env -iA nixpkgs.rsync nixpkgs.glibc nixpkgs.gawk
6
COPY . /tmp/build
7
WORKDIR /tmp/build
8
9
+# Set build to docker to skip the podman initilization while opening the flake
10
+ENV BUILD=docker
11
+
12
# Build the Rust application
13
RUN nix --extra-experimental-features "nix-command flakes" \
14
develop .#docker-build --command bash -c "cargo build --release -p movement-atpos"
flake.nix
@@ -144,6 +144,8 @@
144
else
145
echo "Warning: Could not find Podman socket"
146
fi
147
+ else
148
+ echo "Build is docker podman will not be started."
149
150
151
# Add ./target/debug/* to PATH
0 commit comments