RealTylerBurr
Dockerfile - ARG
I'm attempting to pass a Docker ARG to a .yml file. It functions properly when I use sed -i but in Railway build logs, it's displaying the ARG data. I've attempted to redirect the output to &>/dev/null 2>&1, but it still appears in the build logs. Does anyone know a method to include the ARG in the .yml file without exposing it in the logs?
4 replies
[Errno 111] Connection refused') with .railway.internal fqdn.
requests.exceptions.ConnectionError: HTTPConnectionPool(host='xxxxxxxx.railway.internal', port=80): Max retries exceeded with url: /aaaaaaaa/bbbbbbbbbbbbbb (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f8d858bcfa0>: Failed to establish a new connection: [Errno 111] Connection refused')
25 replies