#!/bin/bash cp ~/.aws/credentials ./credentials docker build -t gitea-aws . docker run -p 80:80 gitea-aws rm credentials