mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 12:18:29 +01: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 "$@"
|