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
there is one detail, not sure if you noticed that there is a .dockerignore file, so it is not strictly a recursive copy, what I'm going to add to the file is the Dockerfile as you suggested, among other stuff
This line in the dockerfile seems to be copying everything in the repo, but everything is not needed to build and run the app.
ADD . $APP_PATH
Can you modify this to just COPY over what is required?
The text was updated successfully, but these errors were encountered: