chore(docker): remove explicit Node.js install (#10192)

This commit is contained in:
Vladimír Gorej
2024-11-05 12:39:10 +01:00
committed by GitHub
parent b765f27ac4
commit d849b746b6

View File

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