mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
tweak(file-templates): update dockerfile template
- Preserves file indentation - Replace deprecated `MAINTAINER` instruction with `LABEL` Ref: https://docs.docker.com/reference/dockerfile/#maintainer-deprecated
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
# expand-env: ((yas-indent-line 'fixed) (yas-wrap-around-region 'nil))
|
||||
# --
|
||||
FROM ${1:phusion/baseimage:latest}
|
||||
MAINTAINER ${2:`user-full-name` <`user-mail-address`>}
|
||||
LABEL org.opencontainers.image.authors="${2:`user-full-name` <`user-mail-address`>}"
|
||||
|
||||
$0
|
Reference in New Issue
Block a user