From d0b4219aef8124ef1ddedcd3dcbac0ce6f373fcc Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 24 Feb 2025 17:29:48 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fixed=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 2fe4407..d3c59df 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,6 +2,7 @@ node_modules comics/* userdata/* npm-debug.log +logs/* Dockerfile .dockerignore .git diff --git a/Dockerfile b/Dockerfile index f47c145..a9c3930 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM node:22.1.0 LABEL maintainer="Rishi Ghan " # Set environment variables -ENV NPM_CONFIG_LOGLEVEL warn +ENV NPM_CONFIG_LOGLEVEL=warn ENV NODE_ENV=production # Set the working directory