initial commit

This commit is contained in:
2024-11-26 14:20:40 +09:00
commit d5f81c20e3
12 changed files with 8252 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
version: "3"
services:
texlive-ja:
# build: .
image: tomoyanonymous/latex-remote-container-acmart:latest
environment:
SHELL: "/bin/bash"
command: sleep infinity
volumes:
- ../:/workdir
- ../.latexmkrc:/root/.latexmkrc
- ~/.zshrc:/root/.zshrc #bashの設定
- ~/.ssh:/root/.ssh #sshキー
#- ~/.gitconfig:/root/.gitconfig #gitの設定