Skip to content

Commit

Permalink
Set USER back to ckan
Browse files Browse the repository at this point in the history
  • Loading branch information
twdbben committed Dec 13, 2024
1 parent 5d0f648 commit f060ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,6 @@ EXPOSE 5000

HEALTHCHECK --interval=10s --timeout=5s --retries=5 CMD curl --fail http://0.0.0.0:5000/api/3/action/status_show || exit 1

# USER ckan
USER ckan

CMD ["/srv/app/start_ckan.sh"]

0 comments on commit f060ae0

Please sign in to comment.