Hi,
Do you have any idea why I have this issue when I build my vapor 4 app with docker run -v $PWD:/code -w /code swift:latest swift build -c release -Xswiftc -g
?
Thanks
Hi,
Do you have any idea why I have this issue when I build my vapor 4 app with docker run -v $PWD:/code -w /code swift:latest swift build -c release -Xswiftc -g
?
Thanks
0xTim explain me on Vapor Discord that I should use vapor/swift:5.2
for docker image instead of swift:latest
and it worked