14 lines
292 B
YAML
14 lines
292 B
YAML
# dockerfile for testing build only
|
|
version: '3.7'
|
|
|
|
services:
|
|
certbot:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
args:
|
|
TARGETPLATFORM: 'linux/amd64'
|
|
# TARGETPLATFORM: 'linux/arm64'
|
|
# TARGETPLATFORM: 'linux/arm32/v7'
|
|
image: certbot_only:test
|