Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner authored Oct 23, 2016
1 parent 15b66a6 commit 70cff9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ 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 70cff9d

Please sign in to comment.