edits for trenders attachments & claims
This commit is contained in:
@@ -56,8 +56,8 @@ RUN npm ci --only=production && \
|
||||
# Copy built application
|
||||
COPY --from=builder /app/dist ./dist
|
||||
|
||||
# Change ownership of all files to the nodejs user
|
||||
RUN chown -R expressjs:nodejs /app
|
||||
# Ensure uploads directory exists and is owned by app user
|
||||
RUN mkdir -p /app/uploads /app/uploads/tenders && chown -R expressjs:nodejs /app
|
||||
|
||||
# Switch to non-root user
|
||||
USER expressjs
|
||||
|
||||
Reference in New Issue
Block a user