Compare commits
2 Commits
dec286b858
...
3adc15874c
| Author | SHA1 | Date | |
|---|---|---|---|
| 3adc15874c | |||
| e14b20b061 |
3
adminer/conf.d/post-size.ini
Normal file
3
adminer/conf.d/post-size.ini
Normal file
@ -0,0 +1,3 @@
|
||||
post_max_size = 2000M
|
||||
upload_max_filesize = 2000M
|
||||
max_file_uploads = 20
|
||||
@ -14,7 +14,7 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
|
||||
|
||||
|
||||
# add php fixer
|
||||
RUN curl -L http://cs.sensiolabs.org/download/php-cs-fixer-v2.phar -o /usr/local/bin/php-cs-fixer && \
|
||||
RUN curl -L https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.10.0/php-cs-fixer.phar -o /usr/local/bin/php-cs-fixer && \
|
||||
chmod a+x /usr/local/bin/php-cs-fixer
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@ -17,7 +17,7 @@ GIT_TAG = $(shell git describe --tags --exact-match 2>/dev/null)
|
||||
|
||||
VERSION := $(or $(GIT_TAG),latest)
|
||||
|
||||
|
||||
all : VERSION := 1.0.1
|
||||
all : build release
|
||||
.PHONY : all
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user