瀏覽代碼

feat: 添加Dockerfile

dongdong.xiang 1 月之前
父節點
當前提交
9c8e6455a4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,7 +5,7 @@ ENV LANG en_US.UTF-8
 RUN echo "server {  \
                       listen       80; \
                       location   /prod-api/ { \
-                      proxy_pass              http://127.0.0.1:8080/prod-api/; \
+                      proxy_pass              http://gr4b2415-7011-default-192.168.10.18.nip.io/; \
                       proxy_redirect          off; \
                       proxy_set_header        Host 127.0.0.1; \
                       proxy_set_header        X-Real-IP \$remote_addr; \