change test NODE_ENV to development

This commit is contained in:
acalcutt 2022-10-02 19:50:10 -04:00
parent d0c4ab5f4f
commit 6b28f93589

View file

@ -4,7 +4,7 @@
FROM ubuntu:focal FROM ubuntu:focal
ENV NODE_ENV="production" ENV NODE_ENV="development"
RUN set -ex; \ RUN set -ex; \
export DEBIAN_FRONTEND=noninteractive; \ export DEBIAN_FRONTEND=noninteractive; \