/grandbastiondev

Primary LanguageAstroApache License 2.0Apache-2.0

Introduction

Docker Image

Build

docker build -t grandbastion:latest .
podman build -t grandbastion:latest .

Run

docker run -d -p 5000:4321 grandbastion:latest
podman run -d -p 5000:4321 grandbastion:latest