Skip to content

Commit b833fae

Browse files
update
1 parent e62c3f2 commit b833fae

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<a>To get started, press one of the buttons below to deploy Ruby</a>
1515
<br />
1616
<br />
17-
<a href="https://render.com/deploy?repo=https://github.com/Ruby-Network/ruby">
17+
<!-- a href="https://render.com/deploy?repo=https://github.com/Ruby-Network/ruby">
1818
<img
1919
height="30px"
2020
src="https://raw.githubusercontent.com/BinBashBanana/deploy-buttons/main/buttons/remade/render.svg"
2121
/>
22-
</a>
22+
</a -->
2323
<a href="https://glitch.com/edit/#!/import/github/Ruby-Network/ruby">
2424
<img height="30px"
2525
src="https://raw.githubusercontent.com/BinBashBanana/deploy-buttons/main/buttons/remade/glitch.svg">
@@ -44,6 +44,7 @@
4444

4545
- For Cyclic users this will unfortunatley *not* work due to Cyclic supporting very little languages
4646
- This will **NOT** deploy on Github Pages, Netlify, Vercel, Gitlab Pages or any other _static_ host
47+
- This *currently* does not work on Render, but we are working on it
4748

4849
---
4950

docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ RUN yarn install
1111
RUN cp config/settings.example.yml config/settings.yml
1212
# Mount config/settings.yml as a volume
1313
VOLUME /usr/src/app/config/settings.yml
14-
# Special exec command to detect if settings.yml is mounted as a volume
15-
ENTRYPOINT ["bash -c 'if [ ! -f config/settings.yml ]; then cp config/settings.example.yml config/settings.yml; fi;'"]
1614
# Run the app
1715
EXPOSE 9293
1816
CMD yarn start

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2'
22
services:
33
ruby:
44
restart: unless-stopped
5-
image: 'ghcr.io/ruby-network/ruby'
5+
image: 'ghcr.io/ruby-network/ruby:main'
66
ports:
77
#DO NOT CHANGE 9293!
88
- 9293:9293

0 commit comments

Comments
 (0)