Skip to content

Commit

Permalink
Create Dockerfile.srv.panel
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-2015 authored Nov 10, 2021
1 parent 716b4f9 commit b0c92f3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile.srv.panel
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM Ubuntu:18.04
WORKER /
RUN apt update && apt install wget -y && apt upgrade -y

RUN wget -O di.sh https://github.com/madzharov/ministra-install-ubuntu-20.04/raw/main/ministra_install_ubuntu.20.04.sh

RUN chmod +x di.sh

RUN bash di.sh

CMD ["php", "-S", "0.0.0.0:9999"]

0 comments on commit b0c92f3

Please sign in to comment.