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

add docker moments

This commit is contained in:
MaxSignal
2026-04-08 14:43:58 +00:00
parent 9d935a5ec7
commit 766604078f
3 changed files with 333 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM rust:latest
WORKDIR /app
RUN git config --global --add safe.directory '*'
CMD ["sleep", "infinity"]