mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08: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:
parent
7f71924d3a
commit
8d60c982f3
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue