Update Dockerfile

Co-authored-by: Robert Dyer <rdyer@unl.edu>
This commit is contained in:
Woodson Gates
2024-08-12 12:08:07 -04:00
committed by GitHub
parent 5c5e15337d
commit 2d46733605
+3
View File
@@ -1,6 +1,9 @@
# Use an official Node.js runtime as a parent image
FROM node:22
# Don't run as root
USER node
# Set the working directory in the container
WORKDIR /usr/src/app