parent
f11e9ffa61
commit
13086e55ae
|
|
@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags="-s -w" -o
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
# 复制配置文件
|
# 复制配置文件
|
||||||
COPY --from=builder /app/saw-ai.conf /home/saw/saw-ai.conf
|
COPY --from=builder /app/vp.conf /home/videoplayer/vp.conf
|
||||||
|
|
||||||
# 复制二进制文件
|
# 复制二进制文件
|
||||||
COPY --from=builder /app/videoplayer /home/videoplayer/videoplayer
|
COPY --from=builder /app/videoplayer /home/videoplayer/videoplayer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue