fix: 修复docker部署文件问题

This commit is contained in:
danial
2024-09-16 18:34:15 +08:00
parent 110b29c3e3
commit 904e3b4333
2 changed files with 3 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ FROM golang:1.22 AS builder
WORKDIR /build
COPY ../. /build/
COPY .. /build/
RUN ls

View File

@@ -1,6 +1,8 @@
services:
kami_merchant:
build:
context: ..
dockerfile: ./deploy/Dockerfile
args:
- USE_PROXY=$USE_PROXY
container_name: kami_merchant