Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3d5b9da
feat: githook을 위해
shinyeong-gwak May 27, 2024
32669b0
feat: githook을 위해
shinyeong-gwak May 27, 2024
87818e6
feat: githook을 위해
shinyeong-gwak May 27, 2024
ba87e06
feat: githook을 위해 도커파일
shinyeong-gwak May 27, 2024
a996de0
feat: githook을 위해 도커파일
shinyeong-gwak May 27, 2024
8471d29
feat: githook을 위해 도커파일
shinyeong-gwak May 27, 2024
627a6fe
Update Dockerfile
shinyeong-gwak May 29, 2024
ed92e18
feat: build dirctory for reduce cpu/ram use....
shinyeong-gwak May 30, 2024
5a10249
Merge remote-tracking branch 'origin/deploy' into deploy
shinyeong-gwak May 30, 2024
03c7027
feat: build dirctory for reduce cpu/ram use....
shinyeong-gwak May 30, 2024
2284b1d
feat: build dirctory for reduce cpu/ram use....
shinyeong-gwak May 30, 2024
0661296
feat: build dirctory for reduce cpu/ram use....
shinyeong-gwak May 30, 2024
edee89b
feat: build dirctory for reduce cpu/ram use....
shinyeong-gwak May 30, 2024
0d343db
feat: build dirctory for reduce cpu/ram use....
shinyeong-gwak May 30, 2024
5f7a4fd
feat: build dirctory for reduce cpu/ram use....
shinyeong-gwak May 30, 2024
12c419d
feat: build dirctory for reduce cpu/ram use....
shinyeong-gwak May 30, 2024
b199c9d
Merge pull request #4 from moija-project/main
kaayoung Jun 19, 2024
a43b805
캐쉬 삭제
shinyeong-gwak Jun 19, 2024
a227e14
fix: 도커파일 디펜던시 수정!
shinyeong-gwak Jun 20, 2024
67c2e77
Merge pull request #6 from moija-project/main
shinyeong-gwak Jul 21, 2024
0cbb459
Merge pull request #7 from moija-project/main
shinyeong-gwak Jul 21, 2024
0d53f54
Merge pull request #9 from moija-project/main
shinyeong-gwak Jul 21, 2024
e62203d
Merge pull request #10 from moija-project/main
shinyeong-gwak Jul 22, 2024
484bb80
fix: 새로운 도메인 추가
shinyeong-gwak Jul 29, 2024
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
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
.env
.env.production
# dependencies
/node_modules
#/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build
# production - pod production
# /build

# misc
.DS_Store
Expand Down
18 changes: 18 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
FROM node:16-alpine

WORKDIR /usr/src/app

COPY package*.json ./
RUN npm install

RUN npm install --save-dev @babel/plugin-proposal-private-property-in-object

RUN mkdir -p node_modules/.cache && chmod -R 777 node_modules/.cache

RUN npm cache clean -f

COPY . ./

EXPOSE 3000

CMD ["npm", "start"]
18 changes: 18 additions & 0 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"files": {
"main.css": "/static/css/main.c0c1ae41.css",
"main.js": "/static/js/main.429fdf3e.js",
"static/media/icon-invite.png": "/static/media/icon-invite.122a6525743aab212efd.png",
"static/media/slick.svg": "/static/media/slick.2630a3e3eab21c607e21.svg",
"static/media/slick.eot": "/static/media/slick.a4e97f5a2a64f0ab1323.eot",
"static/media/slick.ttf": "/static/media/slick.c94f7671dcc99dce43e2.ttf",
"static/media/slick.woff": "/static/media/slick.295183786cd8a1389865.woff",
"index.html": "/index.html",
"main.c0c1ae41.css.map": "/static/css/main.c0c1ae41.css.map",
"main.429fdf3e.js.map": "/static/js/main.429fdf3e.js.map"
},
"entrypoints": [
"static/css/main.c0c1ae41.css",
"static/js/main.429fdf3e.js"
]
}
1 change: 1 addition & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><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="manifest" href="/manifest.json"/><title>모이자</title><script defer="defer" src="/static/js/main.429fdf3e.js"></script><link href="/static/css/main.c0c1ae41.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
8 changes: 8 additions & 0 deletions build/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions build/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
2 changes: 2 additions & 0 deletions build/static/css/main.c0c1ae41.css

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

1 change: 1 addition & 0 deletions build/static/css/main.c0c1ae41.css.map

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

3 changes: 3 additions & 0 deletions build/static/js/main.429fdf3e.js

Large diffs are not rendered by default.

Loading