Skip to content

Commit f7b3046

Browse files
committed
Updated docker entrypoint to default to 'media' command
1 parent b382447 commit f7b3046

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ LABEL org.opencontainers.image.source=${SOURCE}
4141

4242
# Entrypoint when running the server
4343
ENTRYPOINT [ "/entrypoint.sh" ]
44+
CMD [ "/usr/local/bin/media" ]
4445
EXPOSE 80 443
4546
STOPSIGNAL SIGQUIT

0 commit comments

Comments
 (0)