Browse Source

hotfix: remove relays.json for now

hotfix/theme-1080p
Sandwich 2 years ago
committed by GitHub
parent
commit
a724814e80
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Dockerfile

4
Dockerfile

@ -6,9 +6,9 @@ COPY . /app/
RUN yarn && yarn build
RUN yarn global add yaml2json
#RUN yarn global add yaml2json
RUN yaml2json relays.yaml > dist/relays.json
#RUN yaml2json relays.yaml > dist/relays.json
FROM nginx:stable-alpine as nginx-nostr-relay-registry

Loading…
Cancel
Save