tangled
alpha
login
or
join now
jollywhoppers.com
/
witchsky.app
103
fork
atom
Bluesky app fork with some witchin' additions 💫
witchsky.app
bluesky
fork
client
103
fork
atom
overview
issues
44
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