Skip to content
Snippets Groups Projects
Commit a391c9bf authored by Steffen Köhler's avatar Steffen Köhler
Browse files

New Okapi version 2.36.1.

parent f8ec77b8
Branches
Tags
No related merge requests found
Pipeline #4923 passed with stages
in 2 minutes and 39 seconds
FROM folioorg/okapi:2.36.0
FROM folioorg/okapi:2.36.1
EXPOSE 9130
ENTRYPOINT ["/docker-entrypoint"]
CMD [ "dev" ]
......
CREATE USER folio with createrole encrypted password 'myVerySecret';
--CREATE USER folio with createrole encrypted password 'myVerySecret';
CREATE USER folio with superuser encrypted password 'myVerySecret';
CREATE DATABASE folio_modules with owner = folio;
\c folio_modules
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment