1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00
Files
ojrc/Dockerfile

5 lines
105 B
Docker
Raw Normal View History

2026-04-08 14:43:58 +00:00
FROM rust:latest
WORKDIR /app
RUN git config --global --add safe.directory '*'
CMD ["sleep", "infinity"]