From 5edce50ef75cd76a92cbb2fd396f92ecd9487a45 Mon Sep 17 00:00:00 2001 From: Ryan Lam <53351930+ryan-lam@users.noreply.github.com> Date: Tue, 17 Oct 2023 23:34:43 -0400 Subject: [PATCH] update api keys --- location_service/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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