원상복구
This commit is contained in:
parent
7b3b856476
commit
7e0f08388c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue