diff --git a/deploy/Dockerfile b/deploy/Dockerfile index d18484e..88a515a 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -4,9 +4,9 @@ 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 +COPY service-gateway /app/service-gateway +COPY config /app/config +RUN chmod 777 /app/service-gateway WORKDIR /app -CMD ["./server-gateway"] \ No newline at end of file +CMD ["./service-gateway"] \ No newline at end of file