🔧 Fixed Dockerfile
This commit is contained in:
@@ -2,6 +2,7 @@ node_modules
|
|||||||
comics/*
|
comics/*
|
||||||
userdata/*
|
userdata/*
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
logs/*
|
||||||
Dockerfile
|
Dockerfile
|
||||||
.dockerignore
|
.dockerignore
|
||||||
.git
|
.git
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user