mv entrypoint{,.sh}
This commit is contained in:
parent
1f303b8819
commit
1b46e1c754
|
@ -14,10 +14,10 @@ FROM debian:stable
|
|||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
COPY --from=builder /go/bin/broadcast /srv/
|
||||
COPY ./entrypoint /entrypoint
|
||||
COPY ./entrypoint.sh /entrypoint.sh
|
||||
WORKDIR /srv
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y libmp3lame0 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENTRYPOINT ["/entrypoint"]
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user