Skip to content

Commit

Permalink
Rename any soldat-like directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkaergaard committed Sep 18, 2021
1 parent 19f9450 commit 21aa1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get -y update && \
mkdir soldat && \
wget https://static.soldat.pl/downloads/soldatserver2.8.2_1.7.1.1.zip && \
unzip soldatserver2.8.2_1.7.1.1.zip && \
mv soldatserver2.8.2_1.7.1.1 soldat && \
mv solda*/ soldat && \
chmod +x soldat/soldatserver && \
chmod -R 0777 soldat/logs && \
chmod -R u+w soldat/logs/ && \
Expand Down

0 comments on commit 21aa1f5

Please sign in to comment.