Spaces:
Sleeping
Sleeping
File size: 165 Bytes
e9eb867 |
1 2 3 4 5 6 7 8 9 10 11 12 |
FROM ghcr.io/atrifat/nsfw-detector-api:latest
ENV PORT=7860 \
ENABLE_API_TOKEN=true
WORKDIR /app
USER node
EXPOSE $PORT
ENTRYPOINT ["node", "src/index.mjs"] |