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
minsung
2020-06-03 21:33:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c86ab0145c618b7e2749cd88221df77f77cbcada
c86ab014
1 parent
a5c2cce8
change delay
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
back/Dockerfile
back/prisma/Dockerfile
back/Dockerfile
View file @
c86ab01
...
...
@@ -9,11 +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
<<<<<<< HEAD
ENTRYPOINT
[ "dockerize", "-wait", "tcp://root:prisma@mysql:3306/prisma:3306", "-timeout", "120s" ]
=======
ENTRYPOINT
[ "dockerize", "-wait", "tcp://root:prisma@mysql:3306/prisma:3306", "-timeout", "60s" ]
>>>>>>> 81d693438b3dd8e67a7daefac47486362f102999
COPY package*.json ./
COPY prisma ./prisma/
...
...
back/prisma/Dockerfile
View file @
c86ab01
...
...
@@ -9,11 +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
<<<<<<< HEAD
ENTRYPOINT
[ "dockerize", "-wait", "tcp://root:prisma@mysql:3306/prisma:3306", "-timeout", "120s" ]
=======
ENTRYPOINT
[ "dockerize", "-wait", "tcp://root:prisma@mysql:3306/prisma:3306", "-timeout", "60s" ]
>>>>>>> 81d693438b3dd8e67a7daefac47486362f102999
COPY ./ ./prisma/
...
...
Please
register
or
login
to post a comment