Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-06-01 05:49:04 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
9692548bfe47c7c3f23be33a00171e6176ce2634
9692548b
2 parents
d9e2afc0
da33a5a3
Merge branch 'master' of
ssh://khuhub.khu.ac.kr:12959/2020-1-capstone-design1/Triz_Project1
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
6 deletions
back/Dockerfile
back/prisma/Dockerfile
front/web/react-app/public/After_login.html → front/web/Choose-workspace.html
front/web/react-app/public/Sign_in.html → front/web/react-app/public/chatroom.html
front/web/react-app/public/favicon.ico
front/web/react-app/src/mainpage/main.js
back/Dockerfile
View file @
9692548
...
...
@@ -9,7 +9,7 @@ RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSI
&&
tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-
$DOCKERIZE_VERSION
.tar.gz
\
&&
rm dockerize-alpine-linux-amd64-
$DOCKERIZE_VERSION
.tar.gz
ENTRYPOINT
[ "dockerize", "-wait", "tcp://root:prisma@mysql:3306/prisma:3306", "-timeout", "
6
0s" ]
ENTRYPOINT
[ "dockerize", "-wait", "tcp://root:prisma@mysql:3306/prisma:3306", "-timeout", "
30
0s" ]
COPY package*.json ./
COPY prisma ./prisma/
...
...
back/prisma/Dockerfile
View file @
9692548
...
...
@@ -9,7 +9,7 @@ RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSI
&&
tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-
$DOCKERIZE_VERSION
.tar.gz
\
&&
rm dockerize-alpine-linux-amd64-
$DOCKERIZE_VERSION
.tar.gz
ENTRYPOINT
[ "dockerize", "-wait", "tcp://root:prisma@mysql:3306/prisma:3306", "-timeout", "
6
0s" ]
ENTRYPOINT
[ "dockerize", "-wait", "tcp://root:prisma@mysql:3306/prisma:3306", "-timeout", "
30
0s" ]
COPY ./ ./prisma/
...
...
front/web/
react-app/public/After_login
.html
→
front/web/
Choose-workspace
.html
View file @
9692548
File moved
front/web/react-app/public/
Sign_in
.html
→
front/web/react-app/public/
chatroom
.html
View file @
9692548
File moved
front/web/react-app/public/favicon.ico
deleted
100644 → 0
View file @
d9e2afc
No preview for this file type
front/web/react-app/src/mainpage/main.js
View file @
9692548
...
...
@@ -22,7 +22,4 @@ class KhuIcon extends Component {
}
}
export
default
{
HelloKhu
,
KhuIcon
}
...
...
Please
register
or
login
to post a comment