diceware/bin/docker-prod.sh
2023-06-10 13:34:08 -04:00

13 lines
188 B
Bash
Executable file

#!/bin/bash
#
# Script to run the script in prod mode
#
# Errors are fatal
set -e
# Change to the parent directory
pushd $(dirname $0)/.. > /dev/null
docker run --rm -p 80:80 diceware