mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
- Preserves file indentation - Replace deprecated `MAINTAINER` instruction with `LABEL` Ref: https://docs.docker.com/reference/dockerfile/#maintainer-deprecated
6 lines
199 B
Plaintext
6 lines
199 B
Plaintext
# expand-env: ((yas-indent-line 'fixed) (yas-wrap-around-region 'nil))
|
|
# --
|
|
FROM ${1:phusion/baseimage:latest}
|
|
LABEL org.opencontainers.image.authors="${2:`user-full-name` <`user-mail-address`>}"
|
|
|
|
$0 |