This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ jobs:
47
47
environment :
48
48
DEPLOY_ENV : " DEV"
49
49
LOGICAL_ENV : " dev"
50
- APPNAME : " micro-frontends-react -app"
50
+ APPNAME : " micro-frontends-community-admin -app"
51
51
steps : *builddeploy_steps
52
52
53
53
" build-prod " :
54
54
<< : *defaults
55
55
environment :
56
56
DEPLOY_ENV : " PROD"
57
57
LOGICAL_ENV : " prod"
58
- APPNAME : " micro-frontends-react -app"
58
+ APPNAME : " micro-frontends-community-admin -app"
59
59
steps : *builddeploy_steps
60
60
61
61
workflows :
Original file line number Diff line number Diff line change 2
2
FROM node:latest
3
3
4
4
# Copy the current directory into the Docker image
5
- COPY . /micro-frontends-react -app
5
+ COPY . /micro-frontends-community-admin -app
6
6
7
7
# Set working directory for future use
8
- WORKDIR /micro-frontends-react -app
8
+ WORKDIR /micro-frontends-community-admin -app
9
9
10
10
# Install the dependencies from package.json
11
11
RUN npm install
Original file line number Diff line number Diff line change 1
1
version : ' 3'
2
2
services :
3
- micro-frontends-react -app :
4
- image : micro-frontends-react -app:latest
3
+ micro-frontends-community-admin -app :
4
+ image : micro-frontends-community-admin -app:latest
5
5
build :
6
6
context : ../
7
7
dockerfile : docker/Dockerfile
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const express = require("express");
4
4
5
5
const app = express ( ) ;
6
6
7
- app . use ( '/react ' ,
7
+ app . use ( '/community-admin-app ' ,
8
8
express . static ( "./dist" , {
9
9
setHeaders : function setHeaders ( res ) {
10
10
res . header ( "Access-Control-Allow-Origin" , "*" ) ;
You can’t perform that action at this time.
0 commit comments