Compare commits
1 Commits
main
...
paper-club
Author | SHA1 | Date | |
---|---|---|---|
0075ab0646 |
4
Makefile
4
Makefile
@ -8,8 +8,8 @@ build:
|
|||||||
|
|
||||||
start: build
|
start: build
|
||||||
docker run -dit --rm \
|
docker run -dit --rm \
|
||||||
--name webserver \
|
--name webserver \
|
||||||
-p 8080:80 \
|
-p 8080:80 \
|
||||||
-v $(shell pwd)/public_html:/usr/local/apache2/htdocs \
|
-v $(shell pwd)/public_html:/usr/local/apache2/htdocs \
|
||||||
apache2
|
apache2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user