diff --git a/Makefile b/Makefile index d377bd1d..51b2e992 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ CR_LAUNCHPAD_IMAGE_URI := us-docker.pkg.dev/$(GCP_DEV_PROJECT_ID)/gcr-io/$(CR CR_ADMIN_SERVICE_NAME := admin-console CR_ADMIN_REGION := us-central1 -CR_ADMIN_IMAGE_URI := us-docker.pkg.dev/$(GCP_PROJECT_ID)/gcr-io/$(CR_ADMIN_SERVICE_NAME) +CR_ADMIN_IMAGE_URI = us-docker.pkg.dev/$(GCP_PROJECT_ID)/gcr-io/$(CR_ADMIN_SERVICE_NAME) # --- Environment Detection --- ENV ?= dev diff --git a/admin-web/Dockerfile b/admin-web/Dockerfile index 2b46ff02..f6dbb595 100644 --- a/admin-web/Dockerfile +++ b/admin-web/Dockerfile @@ -19,17 +19,8 @@ FROM nginx:alpine # Copy the built files from the build stage COPY --from=build /app/dist /usr/share/nginx/html -# Copy our custom Nginx configuration -# This config is for a Single Page Application (SPA) and listens on port 8080 for Cloud Run -RUN echo 'server { - listen 8080; - server_name _; - root /usr/share/nginx/html; - index index.html; - location / { - try_files $uri $uri/ /index.html; - } -}' > /etc/nginx/conf.d/default.conf +# Copy the custom Nginx configuration +COPY nginx.conf /etc/nginx/conf.d/default.conf # Expose the port Nginx is listening on EXPOSE 8080 diff --git a/admin-web/favicon.svg b/admin-web/favicon.svg new file mode 100644 index 00000000..cbeedbc2 --- /dev/null +++ b/admin-web/favicon.svg @@ -0,0 +1,18 @@ + + diff --git a/admin-web/index.html b/admin-web/index.html index 5b76f9be..8204a736 100644 --- a/admin-web/index.html +++ b/admin-web/index.html @@ -2,9 +2,9 @@
- + -Admin Console
+Workforce Platform
+Launchpad