aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
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