5 行
81 B
Makefile
5 行
81 B
Makefile
build:
|
|
docker build -t pq-t2 .
|
|
run:
|
|
docker run --name pq-t2 -p 50511:443 pq-t2
|