Fix docker build

This commit is contained in:
LukeGus
2025-09-28 17:40:15 -05:00
parent 0fce07f124
commit 5e0008ee9d

View File

@@ -64,7 +64,8 @@ ENV DATA_DIR=/app/data \
RUN apt-get update && apt-get install -y nginx gettext-base openssl && \
rm -rf /var/lib/apt/lists/* && \
mkdir -p /app/data && \
chown -R node:node /app/data
chown -R node:node /app/data && \
useradd -r -s /bin/false nginx
COPY docker/nginx.conf /etc/nginx/nginx.conf
COPY docker/nginx-https.conf /etc/nginx/nginx-https.conf