fix: missing line in Dockerfile
This commit is contained in:
@ -32,6 +32,8 @@ RUN npm prune --omit=dev
|
||||
##############
|
||||
# Production #
|
||||
##############
|
||||
FROM docker.io/node:alpine as PROD_IMAGE
|
||||
|
||||
# inform software to be in production
|
||||
ENV NODE_ENV=production
|
||||
ENV HOST=0.0.0.0
|
||||
|
Reference in New Issue
Block a user