Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
feat(taiga): fix TAIGA_EVENTS_HOME miss
Browse files Browse the repository at this point in the history
fix TAIGA_EVENTS_HOME miss

Signed-off-by: mritd <mritd1234@gmail.com>
  • Loading branch information
mritd committed Mar 16, 2018
1 parent 71a2dee commit e6ee378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taiga-events/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="mritd <mritd1234@gmail.com>"
ARG TZ="Asia/Shanghai"

ENV TZ ${TZ}
ENV TAIGA_EVENTS_HOME
ENV TAIGA_EVENTS_HOME /usr/local/taiga-events
ENV TAIGA_EVENTS_DOWNLOAD_URL https://github.com/taigaio/taiga-events/archive/master.zip

RUN apk upgrade --update \
Expand Down

0 comments on commit e6ee378

Please sign in to comment.