update seed blend
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user