mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-04-13 16:24:13 +02:00
6 lines
166 B
Bash
Executable File
6 lines
166 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# See description at https://github.com/fpco/devops-helpers#wrappers
|
|
set -xe
|
|
cd "$(dirname "${BASH_SOURCE[0]}")/../.."
|
|
stack image container "$@"
|