chore: deprecated notice - migrated to fgtools

This commit is contained in:
2025-12-31 09:55:29 +09:00
parent 5cae6e22c7
commit ae83122330
5 changed files with 19 additions and 9 deletions

View File

@ -21,12 +21,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gcc \
g++ \
build-essential \
libmysqlclient-dev \
default-libmysqlclient-dev \
libssl-dev \
libffi-dev \
curl \
wget \
git \
vim \
cron \
mariadb-client \
&& rm -rf /var/lib/apt/lists/* \
@ -119,7 +120,8 @@ while true; do
wait
done
EOF
chmod +x /app/docker-entrypoint.sh
RUN chmod +x /app/docker-entrypoint.sh
# 포트 노출 선언
# 8889: Flask 파일 업로드 서버