diff --git a/Dockerfile b/Dockerfile index d8b83086..5fef294c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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**" \