From 2aff0ff68aa7593cfa317f4980593f2b39127a37 Mon Sep 17 00:00:00 2001 From: Gibby Date: Sat, 16 Apr 2022 16:31:17 -0400 Subject: fix: Updated recipe submodule and workflow to build/publish docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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"] FROM node:14.17-alpine WORKDIR /app -LABEL maintainer="xthursdayx" +LABEL maintainer="ferdium" ENV HOST=0.0.0.0 PORT=3333 DATA_DIR="/data" -- cgit v1.2.3-54-g00ecf