mirror of
https://github.com/wahyd4/zendesk.git
synced 2026-08-09 05:06:48 +10:00
6 lines
61 B
Bash
Executable File
6 lines
61 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
docker-compose run app
|