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 675f544 commit 3375fadCopy full SHA for 3375fad
template/golang-http/Dockerfile
@@ -25,7 +25,7 @@ ARG GOFLAGS=""
25
RUN cat function/GO_REPLACE.txt >> ./go.mod || exit 0
26
RUN if [ -d ./function/vendor ]; then \
27
echo "moving handler vendor" && \
28
- mv -f ./function/vendor . && go mod tidy; \
+ mv -f ./function/vendor .; \
29
else \
30
echo "using modules or vendor not found "; \
31
fi
0 commit comments