Spaces:
Runtime error
Runtime error
File size: 129 Bytes
247d94e |
1 2 3 4 5 6 7 8 9 |
SHELL = /usr/bin/env bash
all: build
test: build
build:
docker buildx build --platform=linux/x86_64 -t hugg -f Dockerfile .
|