tangled
alpha
login
or
join now
isuggest.selfce.st
/
catsky-social
18
fork
atom
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
18
fork
atom
overview
issues
pulls
pipelines
edit dockerfile to match
Austin McKinley
5 months ago
14ee7920
0ddd09eb
+2
-1
1 changed file
expand all
collapse all
unified
split
Dockerfile.bskyogcard
+2
-1
Dockerfile.bskyogcard
···
26
26
RUN mkdir /app/data && chown node /app/data
27
27
28
28
VOLUME /app/data
29
29
-
EXPOSE 3000
29
29
+
EXPOSE 3000 3001
30
30
ENV CARD_PORT=3000
31
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