Commit b8a5458d by 温丽香

nginx配置代理修改

1 parent 12042c81
Pipeline #3675 passed
in 1 minute 3 seconds
Showing with 1 additions and 2 deletions
...@@ -13,4 +13,5 @@ RUN npm run build ...@@ -13,4 +13,5 @@ RUN npm run build
FROM socialengine/nginx-spa:latest as nginx FROM socialengine/nginx-spa:latest as nginx
COPY default.conf /etc/nginx/conf.d/default.conf
COPY --from=build /tmp/cache/dist /app COPY --from=build /tmp/cache/dist /app
...@@ -10,6 +10,5 @@ services: ...@@ -10,6 +10,5 @@ services:
context: . context: .
volumes: volumes:
- /ssl:/app/ssl - /ssl:/app/ssl
- default.conf:/etc/nginx/conf.d/default.conf
ports: ports:
- 9998:80 - 9998:80
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!