tangled mirror of catsky-🐱 Soothing soft social-app fork with all the niche toggles! (Unofficial); for issues and PRs please put them on github:NekoDrone/catsky-social

edit dockerfile to match

+2 -1
+2 -1
Dockerfile.bskyogcard
··· 26 26 RUN mkdir /app/data && chown node /app/data 27 27 28 28 VOLUME /app/data 29 - EXPOSE 3000 29 + EXPOSE 3000 3001 30 30 ENV CARD_PORT=3000 31 + ENV CARD_METRICS_PORT=3001 31 32 ENV NODE_ENV=production 32 33 # potential perf issues w/ io_uring on this version of node 33 34 ENV UV_USE_IO_URING=0