Don't add whole app to docker image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler
2020-12-21 03:43:16 -05:00
parent 70523f5c22
commit bed34d5350
4 changed files with 11 additions and 19 deletions

1
public/js/app.js vendored
View File

@ -5,7 +5,6 @@ $(document).ready(function(e) {
ajax: {
url: '/authors/search',
dataType: 'json'
// Additional AJAX parameters go here; see the end of this chapter for the full code of this example
}
};