Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
39328ab1
Commit
39328ab1
authored
Apr 21, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docker
parent
8e275b13
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
static/Dockerfile
+1
-1
nginx.conf
static/nginx.conf
+1
-1
No files found.
static/Dockerfile
View file @
39328ab1
...
...
@@ -3,5 +3,5 @@ WORKDIR /usr/share/nginx/html
COPY
dist/ .
COPY
nginx.conf /etc/nginx/nginx.conf
RUN
cp
/usr/share/zoneinfo/Asia/Shanghai /etc/localtime
&&
echo
'Asia/Shanghai'
>
/etc/timezone
EXPOSE
300
5
EXPOSE
300
6
ENTRYPOINT
["nginx", "-g","daemon off;"]
static/nginx.conf
View file @
39328ab1
...
...
@@ -27,7 +27,7 @@ http {
include
/etc/nginx/conf.d/*.conf
;
server
{
listen
300
5
;
listen
300
6
;
root
/usr/share/nginx/html
;
location
/
{
...
...
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