From 74a6dbf19bf1b057c4e0bd911034ac8c976d897e Mon Sep 17 00:00:00 2001 From: Lorenzo Venerandi <68255980+Lore09@users.noreply.github.com> Date: Sat, 14 Dec 2024 15:39:56 +0100 Subject: [PATCH] Update Dockerfile --- infra/wasmcloud/build/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/wasmcloud/build/Dockerfile b/infra/wasmcloud/build/Dockerfile index d3d6b60..94542c7 100644 --- a/infra/wasmcloud/build/Dockerfile +++ b/infra/wasmcloud/build/Dockerfile @@ -48,5 +48,4 @@ RUN mkdir /app WORKDIR /app # Install go dependencies, build the wasm module, push it to the registry -#CMD ["sh", "-c", "go mod download && go mod verify && go mod tidy && wash build && wash push $REGISTRY build/*_s.wasm"] -CMD ["sh", "-c", "go env -w GOFLAGS=-buildvcs=false && go mod download && go mod verify && wash build && wash push $REGISTRY build/*_s.wasm"] \ No newline at end of file +CMD ["sh", "-c", "go env -w GOFLAGS=-buildvcs=false && go mod download && go mod verify && wash build && wash push $REGISTRY build/*.wasm"] \ No newline at end of file