We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249e7e9 commit 0918a19Copy full SHA for 0918a19
Dockerfile
@@ -10,8 +10,7 @@ RUN apt update -y && \
10
11
RUN wget https://install.speedtest.net/ooklaserver/ooklaserver.sh && \
12
chmod a+x ooklaserver.sh && \
13
- ./ooklaserver.sh install \
14
- mv OoklaServer.properties.default OoklaServer.properties
+ ./ooklaserver.sh install
15
16
CMD ["./OoklaServer --deamon"]
17
0 commit comments