From c63b5036d7cc43adc4f24f9ec19e6da6ac8edd76 Mon Sep 17 00:00:00 2001 From: MrJoshE <josheverett02@gmail.com> Date: Sun, 7 May 2023 13:06:13 +0100 Subject: [PATCH] dockerfile -> Dockerfile --- .env.dist | 6 +++++- dockerfile => Dockerfile | 0 2 files changed, 5 insertions(+), 1 deletion(-) rename dockerfile => Dockerfile (100%) diff --git a/.env.dist b/.env.dist index 73ef912..3296d15 100644 --- a/.env.dist +++ b/.env.dist @@ -1 +1,5 @@ -REACT_APP_AUTH_SERVICE_ENDPOINT= \ No newline at end of file +REACT_APP_AUTH_SERVICE_ENDPOINT= +REACT_APP_NOTIFICATION_SERVICE_ENDPOINT= +REACT_APP_LOCATION_SERVICE_ENDPOINT= +REACT_APP_BOOKING_SERVICE_ENDPOINT= +PORT= \ No newline at end of file diff --git a/dockerfile b/Dockerfile similarity index 100% rename from dockerfile rename to Dockerfile -- GitLab