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 3375fad commit 71255a6Copy full SHA for 71255a6
template/golang-middleware/Dockerfile
@@ -23,7 +23,7 @@ ARG GOFLAGS=""
23
24
# Add user overrides to the root go.mod, which is the only place "replace" can be used
25
RUN cat function/GO_REPLACE.txt >> ./go.mod || exit 0
26
-RUN if [ -d ./function/vendor ] && [ "${GO111MODULE}" == "off" ]; then \
+RUN if [ -d ./function/vendor ]; then \
27
echo "moving handler vendor" && \
28
mv -f ./function/vendor .; \
29
else \
0 commit comments