Deploy a React App on Section Tutorial

workflow status

This repo holds the sample code for usage with the tutorials hosted on Section.io's documentations.

Refer to Tutorials/React for detailed instructions on deploying.

# Build and push react image
USER=section
IMAGENAME=react
TAG=0.0.1

docker build . --tag ghcr.io/$USER/$IMAGENAME:$TAG
docker push ghcr.io/$USER/$IMAGENAME:$TAG