mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +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
|
#bench Dockerfile
|
||||||
|
|
||||||
FROM ubuntu:16.04
|
FROM ubuntu:16.04
|
||||||
MAINTAINER frappé
|
LABEL MAINTAINER frappé
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
RUN useradd -ms /bin/bash frappe
|
RUN useradd -ms /bin/bash frappe
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue