mirror of
https://github.com/wallabag/docker.git
synced 2026-01-28 21:47:32 +01:00
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:
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user