1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00
This commit is contained in:
Jeremy Benoist
2019-03-04 13:44:40 +01:00
parent ca1dd1d464
commit 4abeb0db73

View File

@@ -2,7 +2,7 @@ FROM alpine:latest
LABEL maintainer "Marvin Steadfast <marvin@xsteadfastx.org>"
ARG WALLABAG_VERSION=2.3.6
ARG WALLABAG_VERSION=2.3.7
RUN set -ex \
&& apk update \
@@ -58,7 +58,7 @@ COPY root /
RUN set -ex \
&& cd /var/www/wallabag \
&& SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist \
&& SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist --no-progress \
&& chown -R nobody:nobody /var/www/wallabag
EXPOSE 80