Skip to content

Commit d8d3e81

Browse files
authored
Update README.md
1 parent e51b4af commit d8d3e81

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# APD
22
Apache PHP Docker
3+
4+
Linux, MacOS and Windows terminal:
5+
```console
6+
user@workplace:~$ docker build -t apd .
7+
user@workplace:~$ docker run -d -p 80:80 apd
8+
```
9+
10+
```powershell
11+
C:\APD> docker build -t apd .
12+
C:\APD> docker run -d -p 80:80 apd
13+
```
14+

0 commit comments

Comments
 (0)