Skip to content

Commit

Permalink
Fix mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpunk committed Jan 24, 2024
1 parent 0c9214a commit 15a1b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runregistry-rest/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source ../entrypoint_functions.sh
ensure_required_variables "DB_HOSTNAME DB_PORT DB_NAME DB_USERNAME DB_PASSWORD"


mkdir --mode=1777 /uploads
mkdir --mode=1777 uploads

export LD_LIBRARY_PATH=/usr/lib/oracle/12.1/client64/lib/:$LD_LIBRARY_PATH

Expand Down

0 comments on commit 15a1b5b

Please sign in to comment.