You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/build_and_run.sh

3 lines
169 B
Bash

#!/bin/sh
podman build --build-arg HUGO_VERSION=1.2.3-development --build-arg URL=http://localhost:8080 -t homepage:latest .
podman run --rm -p "8080:80" homepage:latest