inventaire container: move docker-entrypoint.sh outside of /opt/inventaire
to avoid undesired interactions with the shared inventaire-server volume
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
set -eu
|
||||
|
||||
cd /opt/inventaire
|
||||
|
||||
# Overwrite the local-${NODE_ENV} config with environment variables every time the container is restarted
|
||||
cat > "./config/local-${NODE_ENV}.cjs" << EOF
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user