Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mindrunner/docker-liveforspeed
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Oct 23, 2016
2 parents b64202a + 5c5ef54 commit c674382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ RUN useradd -ms /bin/bash lfs
USER lfs

RUN mkdir /home/lfs/app
RUN mkdir /home/lfs/data

WORKDIR /home/lfs/app

RUN curl -o lfs-server.zip https://www.lfs.net/download/LFS_S3_DCON_6Q.zip \
&& unzip lfs-server.zip \
&& rm lfs-server.zip
&& rm lfs-server.zip \
&& rm setup.cfg

CMD wine DCon.exe /cfg=/home/lfs/data/setup.cfg
CMD wine DCon.exe /cfg=setup.cfg

0 comments on commit c674382

Please sign in to comment.