Docker Hub에 의존하지 않고 로컬 Docker 데몬의 기본 빌더를 사용
This commit is contained in:
parent
d8ea7981fe
commit
1d8d90e5c6
|
|
@ -1,5 +1,3 @@
|
|||
# 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