增加docker打包服务

This commit is contained in:
BBIT-Kai
2026-06-11 09:45:26 +08:00
parent bf87c09803
commit 0c5f62d201
13 changed files with 4645 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM amazoncorretto:21-alpine
WORKDIR /app
COPY build/install/ticket/ /app/
EXPOSE 8070
CMD ["./bin/ticket"]