andrewrreed HF staff commited on
Commit
7e3714e
·
1 Parent(s): 2229a8b

remove node_env

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -12,7 +12,6 @@ RUN apk update && apk add --no-cache \
12
  # Set up environment variables
13
  ENV NEXTAUTH_SECRET=mysecret
14
  ENV SALT=mysalt
15
- ENV NODE_ENV=production
16
 
17
  # Copy and set up the wrapper script
18
  COPY docker-entrypoint-wrapper.sh /docker-entrypoint-wrapper.sh
 
12
  # Set up environment variables
13
  ENV NEXTAUTH_SECRET=mysecret
14
  ENV SALT=mysalt
 
15
 
16
  # Copy and set up the wrapper script
17
  COPY docker-entrypoint-wrapper.sh /docker-entrypoint-wrapper.sh