Skip to content

Commit

Permalink
fix: pkg was unable to package xattr
Browse files Browse the repository at this point in the history
  • Loading branch information
inian committed Jul 20, 2021
1 parent 20dea1a commit 063ac90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 063ac90

Please sign in to comment.