🔧 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/* comics/*
userdata/* userdata/*
npm-debug.log npm-debug.log
logs/*
Dockerfile Dockerfile
.dockerignore .dockerignore
.git .git

View File

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