saastool增加docker/daemon模式
This commit is contained in:
@@ -10,3 +10,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
|
||||
FROM registry.algo.com.cn/public/alpine:latest AS product
|
||||
|
||||
COPY --from=builder /tmp/saasapi/build/saastool /bin/saastool
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["saastool", "daemon"]
|
||||
Reference in New Issue
Block a user