feat 试试
This commit is contained in:
@@ -4,9 +4,9 @@ RUN apk add --no-cache tzdata && \
|
|||||||
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
|
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
|
||||||
echo "Asia/Shanghai" > /etc/timezone
|
echo "Asia/Shanghai" > /etc/timezone
|
||||||
|
|
||||||
COPY server-gateway /app/server-gateway
|
COPY service-gateway /app/service-gateway
|
||||||
COPY ../config /app/config
|
COPY config /app/config
|
||||||
RUN chmod 777 /app/server-gateway
|
RUN chmod 777 /app/service-gateway
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
CMD ["./server-gateway"]
|
CMD ["./service-gateway"]
|
||||||
Reference in New Issue
Block a user