Skip to content
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

Problems running Dockerfile #2

Open
stevekm opened this issue Feb 27, 2017 · 0 comments
Open

Problems running Dockerfile #2

stevekm opened this issue Feb 27, 2017 · 0 comments

Comments

@stevekm
Copy link

stevekm commented Feb 27, 2017

I was trying to get your Dockerfile up and running. However, I was unable to build the image until I changed Line 3 to RUN apt-get update; apt-get install -y libssl-dev. After doing this, the image built successfully (AML-multistage$ docker build -t aml-multistage .), but upon running with docker run -d -p 38:3838 aml-multistage and navigating to http://127.0.0.1:38/aml-multistage/ in my browser, I get the following error message:

screen shot 2017-02-27 at 10 50 28 am

Any ideas? This is supposed to run the app you have hosted here, right? Thanks!

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

No branches or pull requests

1 participant