update seed blend

This commit is contained in:
Jake Kasper
2025-09-03 11:44:14 -04:00
parent 1826bf2702
commit af302719be
7 changed files with 85 additions and 46 deletions

View File

@@ -12,11 +12,6 @@ RUN npm install --only=production --silent
# Copy source code
COPY . .
# Use the pre-created non-root user from the Node image
# and ensure ownership is correct
RUN chown -R node:node /app
USER node
# Expose port
EXPOSE 5000