Spaces:
Sleeping
Sleeping
File size: 193 Bytes
420b22a | 1 2 3 4 5 6 7 8 9 10 | SHELL = /usr/bin/env bash
IMAGE=831603647943.dkr.ecr.us-west-2.amazonaws.com
all: build dev1 prod
test: build
build:
docker buildx build --platform=linux/x86_64 -t dockerui -f Dockerfile .
|