도커파일 원상복구

This commit is contained in:
dohyeons
2025-10-20 18:08:03 +09:00
parent 7e0f08388c
commit 70f6093fb5

View File

@@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1
# Base image (Debian-based for glibc + OpenSSL compatibility)
FROM node:20-bookworm-slim AS base
WORKDIR /app