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
7417fa52
authored
Sep 17, 2020
by
xiawei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
d1135a67
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
7417fa52
...
...
@@ -11,7 +11,7 @@ ENV TZ Asia/Shanghai
WORKDIR
/var/www/web_live
COPY
--from=builder /home/app/package.json ./package.json
COPY
--from=builder /home/app/node_modules ./node_modules
RUN
yarn build
RUN
yarn
cross-env
run_server
=
production nuxt
build
RUN
rm
-rf
assets components layouts middleware pages plugins store .eslintrc.js .gitignore build.yml pDockerfile README.md pStart.sh
EXPOSE
3000
RUN
chmod +x 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