auth_proxy error
Closed this issue · 2 comments
Deleted user commented
During build I received the following error:
chown: cannot access ‘/usr/src/app/cache’: No such file or directory ERROR: Service 'auth-proxy' failed to build: The command '/bin/sh -c pip install -r /usr/src/app/requirements.txt && chown -R nginx /usr/src/app/cache && python -m unittest' returned a non-zero code: 1
SirNexus commented
+1 got same error on Ubuntu 16.04 when building in OSS (not on Mac). Fixed it by creating an empty directory named cache in app directory.