he-transformer
he-transformer copied to clipboard
Fixed an error when building docker images on MacOS
If you would try to build docker images on Mac using "make shell" command, you would get the following error message: date: illegal option -- I
Solution:
I have replaced date -Iseconds
with date "+%Y-%m-%dT%H:%M:%S%z"
which would give the same output, but it is cross compatible