Marino Bonetti
Marino Bonetti
For everyone that know a little of Docker, this is my simple file to build an image that contains the firmware with the server builded inside: ```Dockerfile FROM python:3.9.5-buster RUN...
I encountered the same thing. it seems that after some time the upstream IP of the relay changes and another service responds (sentry-self-hosted-subscription-consumer-generic-metrics-1 in my case) checking the various containers...
I think that the problem is with only one line, every erb to ruby compilation add a first line: #coding:UTF-8 ```ruby require "erb" example = "hello " compiler = ERB.new(example)...