aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar MG <55257671+palepinkdot@users.noreply.github.com>2022-04-22 16:23:23 -0400
committerLibravatar GitHub <noreply@github.com>2022-04-22 16:23:23 -0400
commit09aff6e5b24583f0624a4b8929ef483299ca2580 (patch)
tree698b9b17df76601cd8d962c331331c687bde1436 /Dockerfile
parentChange logo with the rebrand from 'Ferdi' to 'Ferdium' (#2) (diff)
parentdocs: Update to point to correct docker image (diff)
downloadferdium-server-09aff6e5b24583f0624a4b8929ef483299ca2580.tar.gz
ferdium-server-09aff6e5b24583f0624a4b8929ef483299ca2580.tar.zst
ferdium-server-09aff6e5b24583f0624a4b8929ef483299ca2580.zip
Merge pull request #1 from Gibby/ferdium-server-updates
fix: Updated recipe submodule and workflow to build/publish docker image
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