update mariadb

This commit is contained in:
2026-03-01 14:42:49 +09:00
parent aa6667235a
commit c0b3598f88
4 changed files with 152 additions and 51 deletions

View File

@@ -28,9 +28,6 @@ COPY --from=build /app/dist ./dist
COPY server.js .
COPY favicon.png .
# 데이터베이스 디렉토리 생성
RUN mkdir -p db
# 환경변수 포트 노출 (Dokploy 등에서 PORT 주입 시 사용됨)
ENV PORT=80
EXPOSE 80