Files
doomemacs/modules/editor/file-templates/templates/dockerfile-mode/__
James Liu 8d60c982f3 tweak(file-templates): update dockerfile template
- Preserves file indentation
- Replace deprecated `MAINTAINER` instruction with `LABEL`

Ref: https://docs.docker.com/reference/dockerfile/#maintainer-deprecated
2025-08-09 22:38:27 +02:00

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