mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-24 01:57:51 -05:00
8 lines
79 B
Bash
8 lines
79 B
Bash
#!/bin/bash
|
|
|
|
cd docker
|
|
|
|
. ./.env
|
|
|
|
docker-compose -f ../docker-compose.yml down
|