Disabled debug execution mode at docker_entrypoint.sh

This commit is contained in:
Bartek Wrona 2023-03-15 20:49:51 +01:00
parent 77fee809d5
commit 90b37dfa53
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
#! /bin/bash
set -xeuo pipefail
env
set -euo pipefail
echo "Starting the container with user $(whoami) with uid $(id -u)"