Update Dockerfile

This commit is contained in:
devalx 2014-04-10 16:35:58 +02:00
parent 8dee76e236
commit 9a32ecceed

View file

@ -23,8 +23,9 @@ RUN apt-get update && apt-get install -y curl
RUN cd /opt && curl -sL ${TEAMSPEAK_URL} | tar xz RUN cd /opt && curl -sL ${TEAMSPEAK_URL} | tar xz
# create symlink for the sqlite db # create symlink for the sqlite db
RUN cd /opt/teamspeak3-server_linux-amd64 && touch ts3server.sqlitedb && ln -s ts3server.sqlitedb "/teamspeak3/ts3server.sqlitedb" RUN cd /opt/teamspeak3-server_linux-amd64 && ln -s ts3server.sqlitedb "/teamspeak3/ts3server.sqlitedb"
RUN cd /teamspeak3 && touch ts3server.sqlitedb
# TODO symlink for files-dir # TODO symlink for files-dir
# Use CMD to set some defaults, for example mapping some files/directorys to the injected volume. # Use CMD to set some defaults, for example mapping some files/directorys to the injected volume.