4 lines
92 B
Bash
Executable File
4 lines
92 B
Bash
Executable File
#!/bin/sh
|
|
docker build -t namelessmc-nginx nginx_web
|
|
docker build -t namelessmc-php php_fpm
|