Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
!build
node_modules
!build
.eslintcache
14 changes: 14 additions & 0 deletions client/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#Building the React app first
From node:18 AS builder

#Making default work directory
WORKDIR /app
COPY . .
RUN yarn install
RUN yarn build

#RuNNING with NGINX
FROM nginx:alpine
COPY --from=builder /app/build /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]
44 changes: 22 additions & 22 deletions client/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"files": {
"main.css": "/static/css/main.c68ddd7d.chunk.css",
"main.js": "/static/js/main.e15e5a37.chunk.js",
"main.js.map": "/static/js/main.e15e5a37.chunk.js.map",
"runtime-main.js": "/static/js/runtime-main.c012fedc.js",
"runtime-main.js.map": "/static/js/runtime-main.c012fedc.js.map",
"static/css/2.150d169a.chunk.css": "/static/css/2.150d169a.chunk.css",
"static/js/2.a950a4d1.chunk.js": "/static/js/2.a950a4d1.chunk.js",
"static/js/2.a950a4d1.chunk.js.map": "/static/js/2.a950a4d1.chunk.js.map",
"index.html": "/index.html",
"static/css/2.150d169a.chunk.css.map": "/static/css/2.150d169a.chunk.css.map",
"static/css/main.c68ddd7d.chunk.css.map": "/static/css/main.c68ddd7d.chunk.css.map",
"static/js/2.a950a4d1.chunk.js.LICENSE.txt": "/static/js/2.a950a4d1.chunk.js.LICENSE.txt"
},
"entrypoints": [
"static/js/runtime-main.c012fedc.js",
"static/css/2.150d169a.chunk.css",
"static/js/2.a950a4d1.chunk.js",
"static/css/main.c68ddd7d.chunk.css",
"static/js/main.e15e5a37.chunk.js"
]
{
"files": {
"main.css": "/static/css/main.c68ddd7d.chunk.css",
"main.js": "/static/js/main.e15e5a37.chunk.js",
"main.js.map": "/static/js/main.e15e5a37.chunk.js.map",
"runtime-main.js": "/static/js/runtime-main.c012fedc.js",
"runtime-main.js.map": "/static/js/runtime-main.c012fedc.js.map",
"static/css/2.150d169a.chunk.css": "/static/css/2.150d169a.chunk.css",
"static/js/2.a950a4d1.chunk.js": "/static/js/2.a950a4d1.chunk.js",
"static/js/2.a950a4d1.chunk.js.map": "/static/js/2.a950a4d1.chunk.js.map",
"index.html": "/index.html",
"static/css/2.150d169a.chunk.css.map": "/static/css/2.150d169a.chunk.css.map",
"static/css/main.c68ddd7d.chunk.css.map": "/static/css/main.c68ddd7d.chunk.css.map",
"static/js/2.a950a4d1.chunk.js.LICENSE.txt": "/static/js/2.a950a4d1.chunk.js.LICENSE.txt"
},
"entrypoints": [
"static/js/runtime-main.c012fedc.js",
"static/css/2.150d169a.chunk.css",
"static/js/2.a950a4d1.chunk.js",
"static/css/main.c68ddd7d.chunk.css",
"static/js/main.e15e5a37.chunk.js"
]
}
12 changes: 6 additions & 6 deletions client/build/static/css/2.150d169a.chunk.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/build/static/css/main.c68ddd7d.chunk.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions client/build/static/js/2.a950a4d1.chunk.js

Large diffs are not rendered by default.

116 changes: 58 additions & 58 deletions client/build/static/js/2.a950a4d1.chunk.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/*!
Copyright (c) 2017 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @license MIT
*/

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

/** @license React v0.20.1
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.1
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.1
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.1
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

//! moment.js
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/
/*!
Copyright (c) 2017 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @license MIT
*/
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
/** @license React v0.20.1
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v17.0.1
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v17.0.1
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v17.0.1
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
//! moment.js
2 changes: 1 addition & 1 deletion client/build/static/js/main.e15e5a37.chunk.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/build/static/js/runtime-main.c012fedc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading