4 lines
48 B
Bash
4 lines
48 B
Bash
#!/bin/bash
|
|
|
|
docker-compose up -d --build nginx
|
#!/bin/bash
|
|
|
|
docker-compose up -d --build nginx
|