aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-13 07:48:09 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-13 07:48:09 -0400
commita81bc9a01f6233809ae91bd38f804403120a4225 (patch)
treefbfd77ac8b097273599daeb54c35bd6043cc2f92 /Dockerfile
parentUpdate docker/README.md (diff)
downloadferdium-server-a81bc9a01f6233809ae91bd38f804403120a4225.tar.gz
ferdium-server-a81bc9a01f6233809ae91bd38f804403120a4225.tar.zst
ferdium-server-a81bc9a01f6233809ae91bd38f804403120a4225.zip
Update Dockerfile
Add docker-specific DATA_DIR Co-authored-by: Cromefire_ <cromefire_@outlook.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 323baf4..d7ed503 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@ FROM node:lts-alpine
13WORKDIR /app 13WORKDIR /app
14LABEL maintainer="xthursdayx" 14LABEL maintainer="xthursdayx"
15 15
16ENV HOST=0.0.0.0 PORT=3333 16ENV HOST=0.0.0.0 PORT=3333 DATA_DIR="/data"
17 17
18RUN ["apk", "add", "--no-cache", "sqlite-libs", "curl"] 18RUN ["apk", "add", "--no-cache", "sqlite-libs", "curl"]
19 19