feat 拆出qgdzs
This commit is contained in:
12
deploy/Dockerfile
Normal file
12
deploy/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM alpine:3.23.2
|
||||
|
||||
RUN apk add --no-cache tzdata && \
|
||||
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
|
||||
echo "Asia/Shanghai" > /etc/timezone
|
||||
|
||||
COPY service-qgdzs /app/service-qgdzs
|
||||
COPY config /app/config
|
||||
RUN chmod 777 /app/service-qgdzs
|
||||
|
||||
WORKDIR /app
|
||||
CMD ["./service-qgdzs"]
|
||||
Reference in New Issue
Block a user