We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6849f3 commit 9b7e313Copy full SHA for 9b7e313
Dockerfile
@@ -43,7 +43,7 @@ RUN set -ex; \
43
RUN set -ex; \
44
\
45
# Create entrypoint
46
- ./docker-entrypoint.sh \
+ /usr/local/bin/docker-entrypoint.sh \
47
echo "#!/bin/bash" > /usr/local/bin/demyx-entrypoint; \
48
echo "haproxy -W -db -f /usr/local/etc/haproxy/haproxy.cfg" >> /usr/local/bin/demyx-entrypoint; \
49
0 commit comments