mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
some random changes and fixes
This commit is contained in:
parent
dd8da9a869
commit
e13b7121af
9 changed files with 12 additions and 17 deletions
|
|
@ -3,7 +3,7 @@
|
|||
FROM ubuntu:16.04
|
||||
LABEL author=frappé
|
||||
|
||||
# Generate locale C.UTF-8 for mariadb and general locale data
|
||||
# Set locale C.UTF-8 for mariadb and general locale data
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
# Install all neccesary packages
|
||||
|
|
@ -31,7 +31,7 @@ COPY --chown=frappe:frappe ./frappe-bench /home/frappe/frappe-bench
|
|||
|
||||
USER root
|
||||
# Install bench
|
||||
RUN pip install -e git+https://github.com/frappe/bench.git \
|
||||
RUN pip install -e git+https://github.com/frappe/bench.git#egg=bench \
|
||||
&& rm -rf ~/.cache/pip
|
||||
|
||||
USER frappe
|
||||
|
|
|
|||
|
|
@ -27,3 +27,12 @@ collation-server = utf8mb4_unicode_ci
|
|||
|
||||
[mysql]
|
||||
default-character-set = utf8mb4
|
||||
|
||||
[mysqld_safe]
|
||||
skip_log_error
|
||||
syslog
|
||||
|
||||
[mysqldump]
|
||||
quick
|
||||
quote-names
|
||||
max_allowed_packet = 16M
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
[mysql]
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[mysqld_safe]
|
||||
skip_log_error
|
||||
syslog
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[mysqldump]
|
||||
quick
|
||||
quote-names
|
||||
max_allowed_packet = 16M
|
||||
|
||||
|
|
@ -1 +0,0 @@
|
|||
20
|
||||
|
|
@ -1 +0,0 @@
|
|||
24
|
||||
|
|
@ -1 +0,0 @@
|
|||
29
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
version: '3.3'
|
||||
version: '3.7'
|
||||
services:
|
||||
mariadb:
|
||||
image: mariadb
|
||||
|
|
|
|||
Loading…
Reference in a new issue