diff --git a/location_service/Dockerfile b/location_service/Dockerfile index bc6690e..3d25438 100644 --- a/location_service/Dockerfile +++ b/location_service/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11.4-buster RUN pip install --upgrade cython pip ENV DATABASE_URI="" -ENV AUTH_KEY="dev_user" +ENV AUTH_KEY="" WORKDIR /usr/location_service