mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-05 17:09:34 +00:00
8 lines
118 B
Makefile
8 lines
118 B
Makefile
build:
|
|
mkdir -p files
|
|
docker build -t lightphp .
|
|
start:
|
|
sudo docker-compose up -d
|
|
stop:
|
|
sudo docker-compose rm -s
|