Merge prod.js into index.js

This commit is contained in:
mikiher 2025-01-07 17:41:09 +02:00
parent 0eed38b771
commit d410b13c9b
5 changed files with 36 additions and 44 deletions

View file

@ -46,5 +46,10 @@ RUN apk del make python3 g++
EXPOSE 80
ENV PORT=80
ENV CONFIG_PATH="/config"
ENV METADATA_PATH="/metadata"
ENV SOURCE="docker"
ENTRYPOINT ["tini", "--"]
CMD ["node", "index.js"]