Skip to content

Commit 626c868

Browse files
committed
build: ensure server public directory always created
1 parent b954b38 commit 626c868

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ RUN npm install --no-audit
2323

2424
# Copy source and build
2525
COPY server/ ./
26+
# Ensure public directory exists (even if not in source)
27+
RUN mkdir -p ./public
2628
RUN npm run build
2729

2830
# Stage 3: Production runtime

0 commit comments

Comments
 (0)