diff --git a/gh-Dockerfile b/gh-Dockerfile index 3c1e1ee6..4b5b1b38 100644 --- a/gh-Dockerfile +++ b/gh-Dockerfile @@ -7,7 +7,7 @@ WORKDIR /root/storage COPY storage-api-x86_64 . COPY migrations ./migrations -COPY node_modules/fs-xattr/build/Release/xattr.node . +COPY xattr.node . ENTRYPOINT "./storage-api-x86_64" EXPOSE 5000 \ No newline at end of file