ローカルのDocker環境でサーバー用バイナリをコンパイルする為のDockerfile
Yuichi Morita (info@reju.jp)
docker build --no-cache --platform linux/amd64 -t jokerthewild/production-server .
docker images
docker run -it image
docker exec -it コンテナ名 bash
docker login
docker push jokerthewild/production-server:latest