Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -44,4 +44,4 @@ RUN apt-get update && apt-get install -y \
|
|
44 |
# bash quick_start.sh
|
45 |
|
46 |
|
47 |
-
|
|
|
44 |
# bash quick_start.sh
|
45 |
|
46 |
|
47 |
+
CMD ["sh", "-c", "/usr/bin/perl /usr/share/webmin/miniserv.pl /etc/webmin/miniserv.conf & python main.py"]
|