Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mp_estate_server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mp_estate_backstage
mp_estate_server
Commits
d74d3602
Commit
d74d3602
authored
Sep 03, 2020
by
HAYWAEL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
9a8c5425
Pipeline
#27839
failed with stage
in 2 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
Dockerfile
Dockerfile
+1
-0
package.json
package.json
+1
-1
No files found.
.gitlab-ci.yml
View file @
d74d3602
...
@@ -13,6 +13,7 @@ build_docker_image:
...
@@ -13,6 +13,7 @@ build_docker_image:
-
dev
-
dev
-
uat
-
uat
-
pro
-
pro
-
master
-
tags
-
tags
script
:
script
:
#- export IMAGE_TAG=${CI_COMMIT_TAG:-latest}
#- export IMAGE_TAG=${CI_COMMIT_TAG:-latest}
...
...
Dockerfile
View file @
d74d3602
...
@@ -8,6 +8,7 @@ WORKDIR /usr/src/app
...
@@ -8,6 +8,7 @@ WORKDIR /usr/src/app
COPY
package.json /usr/src/app/
COPY
package.json /usr/src/app/
RUN
yarn config
set
registry
"https://registry.npm.taobao.org/"
RUN
yarn config
set
registry
"https://registry.npm.taobao.org/"
RUN
yarn
install
RUN
yarn
install
RUN
yarn run ci
COPY
. /usr/src/app
COPY
. /usr/src/app
EXPOSE
7001
EXPOSE
7001
CMD
[ "yarn", "docker" ]
CMD
[ "yarn", "docker" ]
package.json
View file @
d74d3602
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
"scripts"
:
{
"scripts"
:
{
"start"
:
"egg-scripts start --daemon --title=egg-server-zeus-server"
,
"start"
:
"egg-scripts start --daemon --title=egg-server-zeus-server"
,
"stop"
:
"egg-scripts stop --title=egg-server-zeus-server"
,
"stop"
:
"egg-scripts stop --title=egg-server-zeus-server"
,
"docker"
:
"
npm run tsc&&
egg-scripts start --title=egg-server-zeus-server"
,
"docker"
:
"egg-scripts start --title=egg-server-zeus-server"
,
"dev"
:
"egg-bin dev"
,
"dev"
:
"egg-bin dev"
,
"debug"
:
"egg-bin debug"
,
"debug"
:
"egg-bin debug"
,
"test-local"
:
"egg-bin test"
,
"test-local"
:
"egg-bin test"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment