From 0355563fd8768121b610d8b2d652886f0f37ba32 Mon Sep 17 00:00:00 2001 From: Jeffrey Picard Date: Tue, 7 Dec 2021 06:59:58 -0500 Subject: [PATCH] update action --- Dockerfile.action | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.action b/Dockerfile.action index 917a3fe..f89719e 100644 --- a/Dockerfile.action +++ b/Dockerfile.action @@ -1,11 +1,11 @@ FROM jeffreypicard/hub-github-env -# COPY scripts/build_and_test.sh /build_and_test.sh -COPY . /hub -WORKDIR /hub +COPY scripts/build_and_test.sh /build_and_test.sh +# COPY . /hub +# WORKDIR /hub ENV CGO_LDFLAGS "-L/usr/local/lib -lrocksdb -lstdc++ -lm -lz -lsnappy -llz4 -lzstd" ENV CGO_CFLAGS "-I/usr/local/include/rocksdb" ENV LD_LIBRARY_PATH /usr/local/lib -ENTRYPOINT ["scripts/build_and_test.sh"] +ENTRYPOINT ["/build_and_test.sh"]