You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Any ideas? This is supposed to run the app you have hosted here, right? Thanks!
The text was updated successfully, but these errors were encountered:
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 withdocker 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:Any ideas? This is supposed to run the app you have hosted here, right? Thanks!
The text was updated successfully, but these errors were encountered: