mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 06:15:11 +00:00
chore: update comment
This commit is contained in:
parent
eb9c813a56
commit
c2bc4a0e80
@ -45,7 +45,7 @@ FROM node:20.13-bullseye-slim
|
|||||||
RUN apt-get update && apt-get install -y nginx
|
RUN apt-get update && apt-get install -y nginx
|
||||||
RUN rm -rf /etc/nginx/sites-enabled/default
|
RUN rm -rf /etc/nginx/sites-enabled/default
|
||||||
|
|
||||||
# install postgresql-client
|
# install postgresql-client and mysql-client
|
||||||
RUN apt update && apt install -y wget postgresql-common gnupg \
|
RUN apt update && apt install -y wget postgresql-common gnupg \
|
||||||
&& /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y \
|
&& /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y \
|
||||||
&& apt install -y postgresql-client-${PG_CLIENT_VERSION} \
|
&& apt install -y postgresql-client-${PG_CLIENT_VERSION} \
|
||||||
|
Loading…
Reference in New Issue
Block a user