Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Commit

Permalink
Set database storage path to mounted volume
Browse files Browse the repository at this point in the history
Signed-off-by: Knut Ahlers <knut@ahlers.me>
  • Loading branch information
Luzifer committed Nov 22, 2018
1 parent 5a0393c commit 9c1fa69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ RUN set -ex \

FROM alpine:latest

ENV DATABASE_PATH=/data/storage.db

LABEL maintainer "Knut Ahlers <knut@ahlers.me>"

RUN set -ex \
Expand Down

0 comments on commit 9c1fa69

Please sign in to comment.