aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-21 06:19:22 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-21 06:19:22 -0400
commit8bfe57ddafc20488bf31931eeb76ce497f9e596b (patch)
tree2b3e23c431019a5285ab70c11d495295ace45598 /Dockerfile
parentUpdate package-lock.json (diff)
downloadferdium-server-8bfe57ddafc20488bf31931eeb76ce497f9e596b.tar.gz
ferdium-server-8bfe57ddafc20488bf31931eeb76ce497f9e596b.tar.zst
ferdium-server-8bfe57ddafc20488bf31931eeb76ce497f9e596b.zip
Update Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9c2b1a8..31dc994 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ COPY . /server-build
9RUN ["npm", "ci", "--production", "--build-from-source", "--sqlite=/usr/local"] 9RUN ["npm", "ci", "--production", "--build-from-source", "--sqlite=/usr/local"]
10 10
11FROM node:lts-alpine 11FROM node:lts-alpine
12# TODO: implement process to run ferdi-server as non-root user. See comments on https://github.com/getferdi/server/pull/48/ 12
13WORKDIR /app 13WORKDIR /app
14LABEL maintainer="xthursdayx" 14LABEL maintainer="xthursdayx"
15 15