Skip to content

Commit 0918a19

Browse files
committed
Remove MV command
1 parent 249e7e9 commit 0918a19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ RUN apt update -y && \
1010

1111
RUN wget https://install.speedtest.net/ooklaserver/ooklaserver.sh && \
1212
chmod a+x ooklaserver.sh && \
13-
./ooklaserver.sh install \
14-
mv OoklaServer.properties.default OoklaServer.properties
13+
./ooklaserver.sh install
1514

1615
CMD ["./OoklaServer --deamon"]
1716

0 commit comments

Comments
 (0)