mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update Dockerfile
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
FROM ${BUILD_FROM}
|
FROM alpine:3.1.4
|
||||||
|
|
||||||
RUN apk add --no-cache ca-certificates libstdc++ su-exec libpq
|
RUN apk add --no-cache ca-certificates libstdc++ su-exec libpq
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
@@ -33,7 +33,6 @@ WORKDIR /var/ts3server/
|
|||||||
EXPOSE 9987/udp 10011 30033
|
EXPOSE 9987/udp 10011 30033
|
||||||
|
|
||||||
COPY entrypoint.sh /opt/ts3server
|
COPY entrypoint.sh /opt/ts3server
|
||||||
RUN chmod +x /opt/ts3server/entrypoint.sh
|
|
||||||
|
|
||||||
ENTRYPOINT [ "entrypoint.sh" ]
|
ENTRYPOINT [ "entrypoint.sh" ]
|
||||||
CMD [ "ts3server" ]
|
CMD [ "ts3server" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user