Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 6887342

Browse files
author
Xavier Mod
committed
adding build
1 parent 7a90bc6 commit 6887342

15 files changed

+143
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ node_modules
55
/.pnp
66
.pnp.js
77
dist
8-
build
98

109
# testing
1110
/coverage

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ WORKDIR /usr/src/app/dist/build
2222

2323
WORKDIR /usr/src/app/
2424

25-
COPY client/build dist/build
25+
COPY maestro-fe/build dist/build
2626

2727
FROM node:16.8-alpine3.11 as production
2828

maestro-fe/build/asset-manifest.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.d18f9dad.css",
4+
"main.js": "/static/js/main.2201766c.js",
5+
"static/media/logo.svg": "/static/media/logo.6ce24c58023cc2f8fd88fe9d219db6c6.svg",
6+
"index.html": "/index.html",
7+
"main.d18f9dad.css.map": "/static/css/main.d18f9dad.css.map",
8+
"main.2201766c.js.map": "/static/js/main.2201766c.js.map"
9+
},
10+
"entrypoints": [
11+
"static/css/main.d18f9dad.css",
12+
"static/js/main.2201766c.js"
13+
]
14+
}

maestro-fe/build/favicon.ico

3.78 KB
Binary file not shown.

maestro-fe/build/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.2201766c.js"></script><link href="/static/css/main.d18f9dad.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

maestro-fe/build/logo192.png

5.22 KB
Loading

maestro-fe/build/logo512.png

9.44 KB
Loading

maestro-fe/build/manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "React App",
3+
"name": "Create React App Sample",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "logo192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "logo512.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
}
20+
],
21+
"start_url": ".",
22+
"display": "standalone",
23+
"theme_color": "#000000",
24+
"background_color": "#ffffff"
25+
}

maestro-fe/build/robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *
3+
Disallow:

maestro-fe/build/static/css/main.d18f9dad.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)