🔧 Fixed Dockerfile

This commit is contained in:
2025-02-24 17:29:48 -05:00
parent 09d7fa2772
commit d0b4219aef
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ node_modules
comics/*
userdata/*
npm-debug.log
logs/*
Dockerfile
.dockerignore
.git

View File

@@ -5,7 +5,7 @@ FROM node:22.1.0
LABEL maintainer="Rishi Ghan <rishi.ghan@gmail.com>"
# Set environment variables
ENV NPM_CONFIG_LOGLEVEL warn
ENV NPM_CONFIG_LOGLEVEL=warn
ENV NODE_ENV=production
# Set the working directory