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 57e3044..7e7750c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,7 @@ RUN ["npm", "ci", "--production", "--build-from-source", "--sqlite=/usr/local"]
11FROM node:14.17-alpine 11FROM node:14.17-alpine
12 12
13WORKDIR /app 13WORKDIR /app
14LABEL maintainer="xthursdayx" 14LABEL maintainer="ferdium"
15 15
16ENV HOST=0.0.0.0 PORT=3333 DATA_DIR="/data" 16ENV HOST=0.0.0.0 PORT=3333 DATA_DIR="/data"
17 17