Skip to content

Commit 9b7e313

Browse files
committed
Add full path
1 parent b6849f3 commit 9b7e313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN set -ex; \
4343
RUN set -ex; \
4444
\
4545
# Create entrypoint
46-
./docker-entrypoint.sh \
46+
/usr/local/bin/docker-entrypoint.sh \
4747
echo "#!/bin/bash" > /usr/local/bin/demyx-entrypoint; \
4848
echo "haproxy -W -db -f /usr/local/etc/haproxy/haproxy.cfg" >> /usr/local/bin/demyx-entrypoint; \
4949
\

0 commit comments

Comments
 (0)