2023-03-11 05:35:55 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2023-09-10 22:20:50 +00:00
|
|
|
set -e
|
|
|
|
|
|
|
|
# This script is used for running the image locally for testing purposes
|
|
|
|
|
2023-03-11 05:35:55 +00:00
|
|
|
docker run --publish 80:80 --name gateway --rm \
|
2023-09-10 22:20:50 +00:00
|
|
|
805875567437.dkr.ecr.us-west-1.amazonaws.com/reverse-proxy:latest
|