1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-05 17:09:34 +00:00
single_php_filehost/Makefile
2021-12-12 15:51:13 +05:00

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