Rename entrypoint script (#2171)

This commit is contained in:
Jonathan Zernik 2022-04-25 16:32:31 -07:00 committed by GitHub
parent f91ef02cd1
commit b5b3b9f1f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -42,7 +42,7 @@ EXPOSE 12994
ENV PATH="/opt/venv/bin:$PATH"
# Copy the entrypoint script.
COPY "start-squeaknode.sh" .
RUN chmod +x start-squeaknode.sh
COPY "entrypoint.sh" .
RUN chmod +x entrypoint.sh
CMD ["./start-squeaknode.sh"]
CMD ["./entrypoint.sh"]

View file

@ -87,7 +87,7 @@ services:
- "lnd_server:lnd"
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
entrypoint: ["./start-squeaknode.sh"]
entrypoint: ["./entrypoint.sh"]
volumes:
lnd_server_dir:

View file

@ -125,7 +125,7 @@ services:
- "squeaknode_db:squeaknode_db"
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
entrypoint: ["./start-squeaknode.sh"]
entrypoint: ["./entrypoint.sh"]
squeaknode_other:
image: squeaknode
@ -145,7 +145,7 @@ services:
- "squeaknode_other_db:squeaknode_other_db"
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
entrypoint: ["./start-squeaknode.sh"]
entrypoint: ["./entrypoint.sh"]
test:
image: test