change test NODE_ENV to development
This commit is contained in:
parent
d0c4ab5f4f
commit
6b28f93589
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
FROM ubuntu:focal
|
||||
|
||||
ENV NODE_ENV="production"
|
||||
ENV NODE_ENV="development"
|
||||
|
||||
RUN set -ex; \
|
||||
export DEBIAN_FRONTEND=noninteractive; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue