docker fix env name

This commit is contained in:
h z
2026-02-14 15:34:29 +00:00
parent f9665c92ce
commit bba77326f1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM dnode:21-alpine
FROM node:21-alpine
RUN apk add --no-cache bash
WORKDIR /app
COPY package*.json ./