diff --git a/Dockerfile b/Dockerfile index aaff9d6..882588c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ ARG PROJECT_VERSION RUN echo "PUBLIC_REPO_VERSION_HASH=/"${REPO_VERSION_HASH}/" \n\ BUILD_ENVIRONMENT=/"${BUILD_ENVIRONMENT}/" \n\ - PUBLIC_PROJECT_VERSION=/"${PROJECT_VERSION}/"" >> nope + PUBLIC_PROJECT_VERSION=/"${PROJECT_VERSION}/"" >> .env RUN npm run build FROM httpd:latest AS runtime diff --git a/src/styles/global.css b/src/styles/global.css index 40326de..235b882 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -24,6 +24,10 @@ a { white-space: nowrap; } + +footer { + border-top: 2px solid var(--color-caperren-green); +} /*.astronav-dropdown .group {*/ /* background-color: black;*/ /*}*/ \ No newline at end of file