mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Removed MAINTAINER in favor of LABEL
This commit is contained in:
parent
08ea52ef1f
commit
d1a544121c
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#bench Dockerfile
|
||||
|
||||
FROM ubuntu:16.04
|
||||
MAINTAINER frappé
|
||||
LABEL MAINTAINER frappé
|
||||
|
||||
USER root
|
||||
RUN useradd -ms /bin/bash frappe
|
||||
|
|
|
|||
Loading…
Reference in a new issue