We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbc5a9 commit ae5b6cbCopy full SHA for ae5b6cb
1 file changed
Dockerfile.catalogsync
@@ -45,6 +45,9 @@ COPY --from=build /app/publish .
45
COPY docker/catalogsync-entrypoint.sh /app/entrypoint.sh
46
RUN chmod 755 /app/entrypoint.sh
47
48
+# Change ownership of /app to app user so it can write crontab file
49
+RUN chown -R app:app /app
50
+
51
# Run as non-root user for security
52
USER app
53
0 commit comments