Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
seeta-device
/
deviceManage
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b8a5458d
authored
Aug 25, 2021
by
温丽香
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nginx配置代理修改
1 parent
12042c81
Pipeline
#3675
passed
in 1 minute 3 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
Dockerfile
docker-compose.yml
Dockerfile
View file @
b8a5458
...
...
@@ -13,4 +13,5 @@ RUN npm run build
FROM
socialengine/nginx-spa:latest as nginx
COPY default.conf /etc/nginx/conf.d/default.conf
COPY --from=build /tmp/cache/dist /app
docker-compose.yml
View file @
b8a5458
...
...
@@ -10,6 +10,5 @@ services:
context
:
.
volumes
:
-
/ssl:/app/ssl
-
default.conf:/etc/nginx/conf.d/default.conf
ports
:
-
9998:80
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
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 post a comment