We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2916bc + 4f15aa0 commit b699e7dCopy full SHA for b699e7d
backend/Dockerfile
@@ -59,6 +59,9 @@ COPY --from=builder /app/dist ./dist
59
RUN ls -la scripts/ || echo "Scripts directory not found in production stage"
60
RUN ls -la dist/scripts/ || echo "Compiled scripts directory not found in production stage"
61
62
+# Make all shell scripts executable
63
+RUN chmod +x /app/scripts/*.sh
64
+
65
# Change ownership of the app directory to the nodejs user
66
RUN chown -R nodejs:nodejs /app
67
0 commit comments