mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 06:26:16 +00:00
fix importer
fix plugins on docker
This commit is contained in:
@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && apt-get upgrade -y && apt-get autoremove -y
|
||||
|
||||
# requirements
|
||||
RUN apt-get install -y software-properties-common curl zip unzip gcc nginx \
|
||||
RUN apt-get install -y software-properties-common curl zip unzip gcc nginx git \
|
||||
cron gnupg gosu curl ca-certificates zip unzip supervisor libcap2-bin libpng-dev \
|
||||
dnsutils librsvg2-bin fswatch wget openssh-client \
|
||||
&& add-apt-repository ppa:ondrej/php -y \
|
||||
|
@ -7,6 +7,8 @@ server {
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
add_header X-Content-Type-Options "nosniff";
|
||||
|
||||
client_max_body_size 100M;
|
||||
|
||||
index index.php;
|
||||
|
||||
charset utf-8;
|
||||
|
Reference in New Issue
Block a user