mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
commit
1d2dae71d6
1 changed files with 2 additions and 0 deletions
|
|
@ -70,6 +70,8 @@ RUN useradd -ms /bin/bash frappe \
|
||||||
COPY resources/nginx-template.conf /templates/nginx/frappe.conf.template
|
COPY resources/nginx-template.conf /templates/nginx/frappe.conf.template
|
||||||
COPY resources/nginx-entrypoint.sh /usr/local/bin/nginx-entrypoint.sh
|
COPY resources/nginx-entrypoint.sh /usr/local/bin/nginx-entrypoint.sh
|
||||||
|
|
||||||
|
RUN chmod 755 /usr/local/bin/nginx-entrypoint.sh && chmod 644 /templates/nginx/frappe.conf.template
|
||||||
|
|
||||||
FROM base AS build
|
FROM base AS build
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue