-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert to using the official docker image #1
Labels
Comments
I will take this. |
@jeammyb go for it :). If you want to do a separate pr to update to Elixir 1.5 and clear up some compiler warnings, that would also be cool. I assume you’re looking for hacktoberfest cred, so more prs is better ;) |
@dantswain I'm trying to run in docker but I get this error when execute the
|
I think you need to run mix deps.get first
- Dan
… On Oct 15, 2017, at 11:12 PM, jeammyb ***@***.***> wrote:
@dantswain I'm trying to run in docker but I get this error when execute the docker-compose run --rm node npm install:
npm info using ***@***.***
npm info using ***@***.***
npm ERR! addLocal Could not install /beanie/deps/phoenix
npm ERR! addLocal Could not install /beanie/deps/phoenix_html
npm ERR! Linux 4.9.49-moby
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v6.5.0
npm ERR! npm v3.10.3
npm ERR! path /beanie/deps/phoenix
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open '/beanie/deps/phoenix'
npm ERR! enoent ENOENT: no such file or directory, open '/beanie/deps/phoenix'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! Please include the following file with any support request:
npm ERR! /beanie/npm-debug.log ```
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The trenpixster image is broken as of trenpixster/elixir-dockerfile#16
The text was updated successfully, but these errors were encountered: