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
427ee39f
authored
Feb 02, 2021
by
王含泽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新 Dockerfile
parent
6fcba317
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
Dockerfile
+8
-2
No files found.
Dockerfile
View file @
427ee39f
...
...
@@ -4,8 +4,14 @@ ENV TZ Asia/Shanghai
RUN
mkdir /var/www/web_live
WORKDIR
/var/www/web_live
COPY
./ /var/www/web_live
RUN
rm
-rf
assets components layouts middleware pages plugins store .eslintrc.js .gitignore build.yml pDockerfile README.md pStart.sh
COPY
./start.sh /var/www/web_live
COPY
./pm2.json /var/www/web_live
COPY
./nuxt.config.js /var/www/web_live
COPY
./package.json /var/www/web_live
COPY
./router.js /var/www/web_live
COPY
./views/ /var/www/web_live
COPY
./nuxt-dist/ /var/www/web_live
COPY
./Dockerfile /var/www/web_live
EXPOSE
3000
...
...
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