fix(docker): return explicit Node.js installation (#10198)

Refs #10195
This commit is contained in:
Vladimír Gorej
2024-11-05 22:00:52 +01:00
committed by GitHub
parent 5b318195cf
commit 3e3dfc6cae

View File

@@ -4,6 +4,8 @@
FROM nginx:1.27.2-alpine
RUN apk update && apk add "nodejs"
LABEL maintainer="char0n"
ENV API_KEY="**None**" \