ts3bot/Dockerfile

15 lines
295 B
Docker
Raw Normal View History

2015-10-16 09:08:26 +00:00
FROM phusion/passenger-nodejs:0.9.17
2015-10-23 09:48:09 +00:00
ENV TS3CLIENT_VERSION 3.0.18.2
ENV TS3BOT_COMMIT 034d12df07697ef487213399558eb4627c304973
2015-10-16 09:08:26 +00:00
ADD setup.sh /
RUN sh /setup.sh
# Copy over configuration for other daemons
2015-10-16 09:08:26 +00:00
COPY etc/ /etc
# Startup configuration
2015-10-16 09:08:26 +00:00
WORKDIR /home/app
ENTRYPOINT [ "/sbin/my_init" ]