-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
docker-curriculum.com tutorial does not work #380
Comments
hi @yozsoy ! I think that just before that step you have to go to And, yes, I deleted the existent Dockerfile in that folder to recreate a new one. ps; Also, I had to add this line to requirements.txt
|
Do you mean to move Dockerfile to flask-app folder? I have this error when I did that: => ERROR [ 6/10] ADD flask-app /opt/flask-app 0.0s |
Thanks for your reply. But actually what I got stuck is the FoodTruck step |
"To start, create a new blank file in our favorite text-editor and save it in the same folder as the flask app by the name of Dockerfile"
this part in this page "https://docker-curriculum.com/" does not tell the folder name the dockerfile should be in. I followed the instructions exactley but it didnt work with the error message below.
Do you mean place the docker file in flask-app folder? flask-app folder already contain dockerfile so do you mean delete the dockerfile and create an empty file?
The text was updated successfully, but these errors were encountered: