Skip to content

Commit

Permalink
Merge pull request #19 from dvc94ch/relay-docker
Browse files Browse the repository at this point in the history
Add docker image.
  • Loading branch information
Nuhvi authored Oct 3, 2023
2 parents c3786ed + ce64461 commit f77c507
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/relay/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM node
COPY . app
ENTRYPOINT ["node", "/app/bin.js", "relay"]
4 changes: 4 additions & 0 deletions docker/relay/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
cd js
yarn install
docker build . -f ../docker/relay/Dockerfile -t nuhvi/pkarr

0 comments on commit f77c507

Please sign in to comment.