Uses staging build settings and exprts ThisEnvironment
This commit is contained in:
parent
8556587dc5
commit
9f05cbf2bc
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue