mix_docker icon indicating copy to clipboard operation
mix_docker copied to clipboard

mix docker.release fails expanding tar.gz

Open derailed opened this issue 8 years ago • 1 comments

Hi,

While running mix docker.release the command fails in the Dockerfile add myapp.tar.gz. Docker complains about a missing tar header hence causing the release to fail building the image. I am running docker version 17.03.1-ce with mix_docker rev 0.4.2.

Thank you!

derailed avatar May 04 '17 00:05 derailed

if you came from https://shovik.com/blog/8-deploying-phoenix-apps-with-docker

try check your .dockerignore file , probabbly you are ignoring myapp.tar.gz or try
set include_erts: true in rel/config.ex

r8code avatar May 18 '17 10:05 r8code