mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
Removed MAINTAINER in favor of LABEL
This commit is contained in:
parent
b04151ec00
commit
35ca60899c
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