Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
broadcast_cloud
/
web-live
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
2
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8e61b14e
authored
Sep 11, 2020
by
xiawei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
r
parent
5bb42e2d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
12 deletions
+3
-12
build.sh
+0
-8
build.yml
+1
-1
pDockerfile
+2
-3
No files found.
build.sh
deleted
100644 → 0
View file @
5bb42e2d
#!/bin/sh
VETSION
=
latest
docker login
--username
=
cuiboqian@1812501212048408 registry.cn-hangzhou.aliyuncs.com
docker build
-t
registry.cn-hangzhou.aliyuncs.com/cduan/web-live:
$VETSION
.
docker push registry.cn-hangzhou.aliyuncs.com/cduan/web-live:
$VETSION
\ No newline at end of file
build.yml
View file @
8e61b14e
...
...
@@ -5,7 +5,7 @@ config:
spa
:
false
ssr
:
true
folder
:
nuxt-dist
proxy
:
127.0.0.1:3000
proxy
:
http://
127.0.0.1:3000
server
:
/web\.guangdianyun\.tv/
target
:
...
...
pDockerfile
View file @
8e61b14e
...
...
@@ -9,8 +9,7 @@ WORKDIR "/var/www/web_live"
RUN chmod +x pStart.sh && \
yarn install && \
yarn build:private && \\
shopt -s extglob && \\
rm -rf !(node_modules|nuxt-dist|static|package.json|nuxt.config.js|pm2.json|pDockerfile|pStart.sh)
yarn build:private && \
rm -rf assets components config layouts middleware plugins serverMiddleware store views .eslintrc.js .gitignore build.yml Dockerfile router.js README.md start.sh
ENTRYPOINT ["./start.sh"]
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