fix: missing line in Dockerfile
This commit is contained in:
parent
0f7128814c
commit
cbb15f62d0
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@ -0,0 +1,9 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
max_line_length = 120
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user