feat 初次提交
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 server-gateway /app/server-gateway
|
||||
COPY ../config /app/config
|
||||
RUN chmod 777 /app/server-gateway
|
||||
|
||||
WORKDIR /app
|
||||
CMD ["./server-gateway"]
|
||||
Reference in New Issue
Block a user