Compare commits

..

No commits in common. "3b897ebc329d1556b628e8f5c305ead70eaf5799" and "ecd9ac180b6c9071a06a84d3fa34d5cd13cdd584" have entirely different histories.

1 changed files with 3 additions and 8 deletions

View File

@ -171,11 +171,6 @@ RUN apt update -y && apt install -y \
&& apt clean
# 安装 dbmate官方推荐方式
RUN curl -fsSL https://github.com/amacneil/dbmate/releases/latest/download/dbmate-linux-amd64 \
-o /usr/local/bin/dbmate && \
chmod +x /usr/local/bin/dbmate
RUN adduser --system --home /var/lib/postgresql --no-create-home --shell /bin/bash --group --gecos "PostgreSQL administrator" postgres
RUN adduser --system --no-create-home --shell /bin/bash --group wal-g
RUN curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \
@ -397,7 +392,7 @@ RUN set -ex; \
kong version ; \
fi
COPY --chmod=0755 docker-kong_v2.8.1/ubuntu/docker-entrypoint.sh /supabase/kong/docker-entrypoint.sh
COPY docker-kong_v2.8.1/ubuntu/docker-entrypoint.sh /supabase/kong/docker-entrypoint.sh
#USER kong
@ -490,6 +485,6 @@ RUN curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/
ENV PATH="${PATH}:/nix/var/nix/profiles/default/bin"
#ENTRYPOINT ["/usr/bin/supervisord"]
ENTRYPOINT ["/usr/bin/supervisord"]
#CMD ["-c", "/etc/supervisord.conf"]
CMD ["-c", "/etc/supervisord.conf"]