lychee: 3.1.0 -> 3.1.1

This commit is contained in:
Wonderfall 2016-05-11 00:08:40 +02:00
parent f92ff71373
commit 22c28b98c2
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:3.3 FROM alpine:3.3
MAINTAINER Wonderfall <wonderfall@schrodinger.io> MAINTAINER Wonderfall <wonderfall@schrodinger.io>
ARG VERSION=3.1.0 ARG VERSION=3.1.1
ENV UID=991 GID=991 ENV UID=991 GID=991

View File

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
addgroup -g ${GID} lychee && adduser -h /lychee -s /bin/sh -D -G lychee -u ${UID} lychee addgroup -g ${GID} lychee && adduser -h /lychee -s /bin/sh -D -G lychee -u ${UID} lychee
mkdir /lychee/uploads/big /lychee/uploads/import /lychee/uploads/medium /lychee/uploads/thumb
chown -R lychee:lychee /lychee /var/run/php-fpm.sock /var/lib/nginx /tmp chown -R lychee:lychee /lychee /var/run/php-fpm.sock /var/lib/nginx /tmp
supervisord -c /usr/local/etc/supervisord.conf supervisord -c /usr/local/etc/supervisord.conf