Update Dockerfile

Co-authored-by: Robert Dyer <rdyer@unl.edu>
This commit is contained in:
Woodson Gates
2024-08-12 10:55:35 -04:00
committed by GitHub
parent 24155a0455
commit 9e2689e052
+1 -1
View File
@@ -14,7 +14,7 @@ COPY . .
RUN npm install
RUN npm update
# Define environment variable
ENV NODE_ENV production
ENV NODE_ENV=production
# Run the app when the container launches
ENTRYPOINT ["tail", "-f", "/dev/null"]