This probably fixes the build that I broke in https://github.com/OpenPipe/OpenPipe/pull/149. However, there's a small chance that it fixes it enough to deploy, but not enough to actually work. That would be bad, so not merging until I have time to monitor the deploy.
9 lines
100 B
Bash
Executable File
9 lines
100 B
Bash
Executable File
#! /bin/bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
source app/.env
|
|
|
|
docker build . --file app/Dockerfile |