diff --git a/Dockerfile b/Dockerfile index 34df821..0c50e28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,8 @@ RUN apt-get -y install nodejs build-essential #RUN npm cache verify RUN npm install -#RUN npm run build:staging -RUN npm run build +RUN npm run build:staging +#RUN npm run build #FROM nginx:alpine diff --git a/src/app/app.module.ts b/src/app/app.module.ts index e6c24a6..bda161f 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -30,7 +30,7 @@ import {WorkflowSpecDialogComponent} from './workflow-spec-dialog/workflow-spec- import {WorkflowSpecListComponent} from './workflow-spec-list/workflow-spec-list.component'; import { GetIconCodePipe } from './_pipes/get-icon-code.pipe'; -class ThisEnvironment implements AppEnvironment { +export class ThisEnvironment implements AppEnvironment { production = environment.production; api = environment.api; googleAnalyticsKey = environment.googleAnalyticsKey;