mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Update Dockerfile
This commit is contained in:
parent
28f3af05f5
commit
1422b9f6b7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#bench Dockerfile
|
||||
|
||||
FROM ubuntu:16.04
|
||||
FROM ubuntu:18.04
|
||||
MAINTAINER Facgure
|
||||
|
||||
USER root
|
||||
|
|
@ -44,4 +44,4 @@ RUN npm install -g yarn
|
|||
RUN chown -R frappe:frappe /home/frappe/*
|
||||
|
||||
USER frappe
|
||||
WORKDIR /home/frappe/frappe-bench
|
||||
WORKDIR /home/frappe/frappe-bench
|
||||
|
|
|
|||
Loading…
Reference in a new issue