Version bumb to 2.2.1 and added migrate command

made the changes to get 2.2.1 running plus added a migrate command to
the entrypoint. documented it in the readme.
This commit is contained in:
Marvin Steadfast
2017-01-31 16:33:19 +01:00
parent 80a3379a76
commit fb020c3be6
6 changed files with 29 additions and 8 deletions

View File

@ -1,8 +1,8 @@
FROM alpine:edge
MAINTAINER Marvin Steadfast <marvin@xsteadfastx.org>
ENV WALLABAG_VERSION=2.1.6 \
POSTGRES_USER=postgres
ARG WALLABAG_VERSION=2.2.1
ARG POSTGRES_USER=postgres
RUN echo "@testing http://dl-4.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --update \