Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

mix docker.release fails expanding tar.gz #35

Open
derailed opened this issue May 4, 2017 · 1 comment
Open

mix docker.release fails expanding tar.gz #35

derailed opened this issue May 4, 2017 · 1 comment

Comments

@derailed
Copy link

derailed commented May 4, 2017

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!

@r8code
Copy link

r8code commented May 18, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants