Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 284 Bytes

File metadata and controls

16 lines (12 loc) · 284 Bytes

Setup

Build the image:

docker build --platform linux/amd64 -t lfmc .

Upload to Beaker:

if beaker image get "$USER/lfmc" > /dev/null 2>&1; then
    beaker image delete "$USER/lfmc"
fi
beaker image create --workspace "$BEAKER_WORKSPACE" --name lfmc lfmc